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
378 stars 43 forks source link

Fix 34 #36

Closed folkvir closed 3 years ago

folkvir commented 3 years ago

As explained in #34, this will fix the infinite loop.