Saturation:0%
i
Saturation is the percentage of bits in the filter that are set to 1. As saturation increases, the probability of false positives (collisions) also increases.
CPU Cache (Last 4 Blocks):i
SBBF limits all bit operations to a single 256-bit block. Since a block fits in a CPU cache line, this avoids expensive random memory accesses (cache misses) common in standard Bloom filters.