Callidon / bloom-filters

JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
https://callidon.github.io/bloom-filters/
MIT License
376 stars 43 forks source link

[Bugfix] bad seed import in cuckoo filter #65

Closed folkvir closed 1 year ago

folkvir commented 1 year ago

Summary

The goal for this PR is to fix a bug where the seed of the cuckoo filter were badly imported.

Associated issue: https://github.com/Callidon/bloom-filters/issues/64

Changes