Hacker News new | ask | show | jobs
by StavrosK 4570 days ago
I think it'll be faster to do multiple filters, because the one-filter way requires hashing and comparing N times while the multiple-filter way requires hashing once and comparing N times.
1 comments

Oops, you are correct.