Probabilistic data structures (bloom filter / counting bloom filter / linear counter)
Stars
8
Forks
2
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
109
commits
Upate murmur to v2.0 and bump version to v0.2 due to breaking change in murmur
c2be2edView on GitHubFix cardinality estimation when set_bits_count <= hash_function_count due to overlap
c59d032View on GitHubImplement BloomFilter.serialize/1 and BloomFilter.deserialize/1
0887e83View on GitHub