Skip to main content

DEFAULT_SPARSE_TRIE_MAX_HOT_SLOTS

Constant DEFAULT_SPARSE_TRIE_MAX_HOT_SLOTS 

Source
pub const DEFAULT_SPARSE_TRIE_MAX_HOT_SLOTS: usize = 1500; // 1_500usize
Expand description

Default LFU hot-slot capacity for sparse trie pruning.

Limits the number of (address, slot) pairs retained across prune cycles.