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.
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.