blobloom icon indicating copy to clipboard operation
blobloom copied to clipboard

Extremely fast Bloom filters for Go

Results 4 blobloom issues
Sort by recently updated
recently updated
newest added

@greatroar Can we support Redis Backing so that multiple instances of a single service can have a centralized bloom filter? Any plans for adding this?

i wonder to know why we serialize `len(b)-1)` in `dump` and use `1 + uint64(binary.LittleEndian.Uint32(l.buf[12:]))` in `newLoader`? ![image](https://github.com/greatroar/blobloom/assets/108661493/af31f406-9113-4c89-a016-e705dd5e05ba) ![image](https://github.com/greatroar/blobloom/assets/108661493/67720075-9592-4b32-a282-e78a8bb6823c)

When dealing with a collection of Bloom filters, determining which filter will return true for a given key can be computationally intensive, as it requires checking the key's locations in...

Merge after Go 1.23 is released and bump Go version in .github/workflows. Then, reconsider whether a separate SyncFilter type is still needed.