cbf-remove-can-introduce-false-negatives

Status: IN

Unlike standard Bloom filters which never have false negatives, `CountingBloomFilter.remove()` can cause false negatives when two items share a hash position — removing one decrements the shared counter, potentially making the other appear absent

Source: entries/2026/05/29/bloom-filter-bloom_filter-remove.md

JSON