/bloom

Zero-allocation Bloom filter in Go

Primary LanguageGoApache License 2.0Apache-2.0

bloom

Go Reference

The bloom package is a zero-allocation implementation of a Bloom Filter in Go. It uses Go's hash/maphash package to generate hashes for any comparable item with no allocations required.