Blobloom does not provide hash functions. Instead, it requires client code to represent each key as a single 64-bit hash value, leaving it to the user to pick the right hash function for a particular problem. Here are some general suggestions: ...
Extremely fast Bloom filters for Go. Contribute to greatroar/blobloom development by creating an account on GitHub.
enhance: update dependency for blobloom (milvus-io#33565) … 2f242df czs007 removed the PR | need cherry-pick label Jul 5, 2024 mergify bot added the ci-passed label Jul 5, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
2 changes: 1 addition & 1 deletion 2 README.md Original file line numberDiff line numberDiff line change @@ -4,7 +4,7 @@ Blobloom A Bloom filter package for Go (golang) with no compile-time dependencies. This package implements a version of Bloom filters called [blocked Bloom ...
blobloom/optimize_test.go /usr/share/gocode/src/github.com/greatroar/blobloom/setop_64bit.go /usr/share/gocode/src/github.com/greatroar/blobloom/setop_other.go /usr/share/gocode/src/github.com/greatroar/blobloom/sync.go /usr/share/gocode/src/github.com/greatroar/blobloom/sync_test....
greatroar / blobloom Public Notifications Fork 6 Star 46 Code Issues Pull requests Actions Projects Security Insights Files master .github benchmarks examples .gitattributes .golangci.yml LICENSE README.md benchmark_test.go bloomfilter.go bloomfilter_test.go example_test.go go.mod ...