(no title)
Dylan1312 | 3 years ago
If using a bloom filter with a small set, it's possible to obtain a low probability of false positives by using just one hash function and a small number of buckets. At that point you've effectively got a hashset like one of the solutions described in the blog post.
moloch-hai|3 years ago
A separate hash table for what gets past would check for false positives, using the final hash value.