Comment by thomasmg
1 month ago
Yes, you would need a dynamic filter (eg. regular Bloom filter or cuckoo filter) for this, due to the insertions.
Static filters are good for eg. leaked password lists, LSM trees (LevelDB, RocksDB), and so on.
1 month ago
Yes, you would need a dynamic filter (eg. regular Bloom filter or cuckoo filter) for this, due to the insertions.
Static filters are good for eg. leaked password lists, LSM trees (LevelDB, RocksDB), and so on.
No comments yet
Contribute on Hacker News ↗