Hacker News new | ask | show | jobs
by FreakLegion 142 days ago
It's a probabilistic cache. Standard Bloom filters can't add items indefinitely, and also can't evict old items to make room for new ones. Thus, rotating.

They should've just used a cuckoo filter.