Skip to content

Bloom filters #12

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Bloom filters #12

wants to merge 1 commit into from

Conversation

viega
Copy link
Collaborator

@viega viega commented Apr 25, 2025

Added lock-free bloom filters to hatrack, including making them an optional add-on to the more generic hatrack_dict API. Also, wrapped them in a n00b C object type, and made them available through the n00b dict API.

  • Finish migrating some math stuff from n00b into hatrack (b/c hatrack now uses it)
  • Test

…tional add-on to the more generic hatrack_dict API. Also, wrapped them in a n00b C object type, and made them available through the n00b dict API.
@viega
Copy link
Collaborator Author

viega commented Apr 25, 2025

Adding this as one piece of the JSON log storage + search project I'll be doing in the background.

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.

1 participant