Counting Bloom Filters

67 Views Asked by At

Suppose I wanted to extend the traditional Bloom Filter to allow deletions and insertions. Using a counting Bloom Filter that has a fixed length ( in my case I want to use 4 bits to keep space small). How can errors arise when using a fixed length of bits? (4 in my case)