Hacker News new | ask | show | jobs
by lmas 1337 days ago
I know there's scalable bloom filters, but are there any alternative data structure like bloom/cuckoo filters that allows for dynamic growth of inserted elements? Ie, I would like to add hundreds of new elements every day and let the filter grow it's capacity automagically.