Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Xor Filters algorithm implementation #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

slimsag
Copy link

@slimsag slimsag commented Feb 12, 2021

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 :)

Hello! I've been [having fun recently](https://twitter.com/slimsag/status/1360136379301199872) 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, just let me know :)
@slimsag
Copy link
Author

slimsag commented Mar 19, 2021

friendly ping :)

catdevnull added a commit to catdevnull/awesome-zig that referenced this pull request Aug 18, 2021
Adapted from nrdmn#20
@catdevnull
Copy link

Added to my fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants