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

[v3.0.2] Fix hyperloglog + seedrandom typings #73

Closed folkvir closed 5 months ago

folkvir commented 5 months ago

There are common parts with the v4 update but until we finally release this version we can deploy this one to fix those 2 issues.