Expand description
CHAMP trie node types and bitmap helpers.
Structs§
- Entry
- Inline entry storing a key-value pair with its precomputed hash.
Enums§
- Node
- CHAMP trie node.
Constants§
- BITS_
PER_ LEVEL - Bits per trie level (5 → 32-way branching).
- MAX_
SHIFT - Maximum bit-shift value (depth 12, last level uses 4 bits).