Hacker News new | ask | show | jobs
by throwaway_pdp09 2267 days ago
Is performance an issue? If not, occam says go with the simplest which is bloom. If performance matters and you are prepared to burn a bit more mem for speed, blocked bloom filters, which are likely optimal for speed and still simple.