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
369 stars 42 forks source link

Add saveAsJSON and fromJSON in base-filter #21

Closed folkvir closed 3 years ago

folkvir commented 3 years ago

https://github.com/Callidon/bloom-filters/issues/20