A.G
A.G
Update: the **Scalable Bloom Filter** with optimizations and bug fixes have been released in [version 3.0.0](https://github.com/Callidon/bloom-filters/releases/tag/v3.0.0)
I agree. This is confusing! 2 hours of debugging ^^ Example which demonstrates this case: ```javascript var XXH = require("xxhashjs") var H = XXH.h64( 0xABCD ) // seed = 0xABCD...
Unfortunately the arpreq library is not working on macosx. Someone reported in their issues to use the **getmac package instead** (https://pypi.org/project/getmac/) It is also a pure python implementation. It could...
The number of Maximum call stack is not the same in nodejs or in a browser (https://stackoverflow.com/a/7828803/6126329) This also appears in nodejs when you are trying to run a query...
Hello ✋ Thank for using our library! First, we won't add any new function not related to the associated papers of the filters. But it does not mean you can't...
Hi! Yes the binary fuse filter is definitely something we can add in the library. (CC @Callidon ) For more info: https://github.com/hexops/fastfilter Yes this is dangerous to keep the seed...
Hello 🖖 I'm working on a 4.0.0-alpha.0 available here https://github.com/Callidon/bloom-filters/tree/next/4.0.0. What's new in this version? * All packages are updated to latest; means a lot of things were broken but...
Let me get a stable state before going on! I need to fix the tests. With the new xxhash package I introduced good bugs dealing with bigints. This will prepare...
Hi! Thank your for sharing this behavior. That is actually weird, it seems that with a lot of rounds (100 000) we get a 66% of false negative and without...
All the 3 items in my loop are part of the filter. The `.has` should return true and should return a 4% of false negatives. I didn't check it yet...