FastFilter / xor_singleheader

Header-only binary fuse and xor filter library
Apache License 2.0
348 stars 32 forks source link

README: link to Zig implementation #22

Closed slimsag closed 3 years ago

slimsag commented 3 years ago

Hello again! I had a lot of fun doing a Zig implementation here the past few weeks: https://github.com/hexops/xorfilter

(it also has support for some funny things like xor4/6/12 filters)

Thought I'd send a PR to link it here in case anyone else finds it interesting/useful.