bloom
CategoryData Structures and Algorithms
SubcategoryBloom and Cuckoo Filters
Stars0
Bloom filters implemented in Go
About bloom
bloom
A set of bloom filter implementations, including
- Standard
- Partitioned
- Scalable
Additional information regarding benchmarks is here.
For examples, take a look at the *_test.go files in each of the directories.
Frequently Asked Questions
What is bloom?
bloom is a Data Structures and Algorithms library for the Go programming language. Bloom filters implemented in Go
How do I install bloom?
Install bloom with the Go module system using `go get zhenjl/bloom`. Check the repository for the current installation instructions.
What category does bloom belong to?
bloom is listed under Data Structures and Algorithms, specifically Bloom and Cuckoo Filters.