Module cp_blooms

Module cp_blooms 

Source

Structs§

StoredCpBlooms

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§

CpBloomFilter
Bloom filter with checkpoint dimensions.