go-qfext icon indicating copy to clipboard operation
go-qfext copied to clipboard

a fast counting quotient filter implementation in golang

Results 3 go-qfext issues
Sort by recently updated
recently updated
newest added

Neat package! Curious if an mmap'd option would work well in the read-only-from-disk use case? It would be simpler and possibly more performant than the direct read from offset +...

rather than explicit get and then set, we can use the bit offsets we calculate once!