You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have some example/profiling data showing that this is indeed on the critical path?
(Unfortunately I don't have the cycles to drive such experiments forward at the moment, but I'm happy to review and integrate community contributions.)
Feel free to close the issue. I'm working on my own Bloom filter implementation, and for my case it does make a big difference. But if you don't have any benchmarks, maybe you don't care so much about performance... that's fine! It was just FYI.
This is described in http://lemire.me/blog/2016/06/27/a-fast-alternative-to-the-modulo-reduction/
(I'm looking for a fast Bloom filter implementation, and found your implementation uses modulo which is a bit slow.)
The text was updated successfully, but these errors were encountered: