PARALLEL_SPARSE_TRIE_PARALLELISM_THRESHOLDS

Constant PARALLEL_SPARSE_TRIE_PARALLELISM_THRESHOLDS 

Source
pub const PARALLEL_SPARSE_TRIE_PARALLELISM_THRESHOLDS: ParallelismThresholds;
Expand description

Default parallelism thresholds to use with the [ParallelSparseTrie].

These values were determined by performing benchmarks using gradually increasing values to judge the affects. Below 100 throughput would generally be equal or slightly less, while above 150 it would deteriorate to the point where PST might as well not be used.