nrdmn / awesome-zig

1.14k stars 82 forks source link

Add Xor Filters algorithm implementation #20

Open slimsag opened 3 years ago

slimsag commented 3 years ago

Hello! I've been having fun recently playing with implementing Xor Filters and Fuse Filters in Zig, which have some interesting benefits over Bloom and Cuckoo filters and thought I'd share here.

If this isn't useful, or I got the list ordering wrong (seems alphabetical), just let me know :)

slimsag commented 3 years ago

friendly ping :)

catdevnull commented 2 years ago

Added to my fork