Skip to content

Commit

Permalink
Sort performance optimizations documentation list
Browse files Browse the repository at this point in the history
  • Loading branch information
afterdusk committed Oct 17, 2024
1 parent 03c0ef5 commit 7f99bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,10 @@
//! - `experimental`: Enables usage of `ExperimentalConfiguration`
//!
//! Performance optimizations:
//! - `parallel_vrf`: Enables the VRF computations to be run in parallel
//! - `greedy_lookup_preload`: Greedy loading of lookup proof nodes
//! - `parallel_azks`: Enables nodes to be fetched and inserted via multiple threads during a publish operation
//! - `parallel_vrf`: Enables the VRF computations to be run in parallel
//! - `preload_history`: Enables pre-loading of nodes when generating history proofs
//! - `greedy_lookup_preload`: Greedy loading of lookup proof nodes
//!
//! Benchmarking:
//! - `bench`: Feature used when running benchmarks
Expand Down

0 comments on commit 7f99bc7

Please sign in to comment.