Status: IN
CountingBloomFilter allocates one full byte per counter position (`bytearray(self._m)` at line 112) despite `counter_bits` defaulting to 4, using 8x the space of a standard BloomFilter's bit array rather than the expected 4x.
Source: entries/2026/05/29/topic-cuckoo-filters.md
JSON