Structs§
Constants§
- BLOOM_
FILTER_ SEED - Global seed for checkpoint bloom filter hashing.
- CP_
BLOOM_ NUM_ BITS - Number of bits in the checkpoint bloom filter.
- CP_
BLOOM_ NUM_ BYTES - Size of the checkpoint bloom filter in bytes (16KB before folding).
- CP_
BLOOM_ NUM_ HASHES - Number of hash functions for checkpoint bloom filter.
- MAX_
FOLD_ DENSITY - Stop folding when bit density exceeds this threshold.
- MIN_
FOLD_ BYTES - Minimum size after folding (1024 bytes = 1KB).
Type Aliases§
- CpBloom
Filter - Bloom filter with checkpoint dimensions.