hexops / fastfilter

fastfilter: Binary fuse & xor filters for Zig (faster and smaller than bloom filters)

Home Page:https://machengine.org/pkg/fastfilter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binary fuse filter implementation failing on <1000 keys or > 1m keys

slimsag opened this issue · comments

This appears to be a bug, I've verified the C implementation can handle these numbers of keys. The Go implementation seems to as well.