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

Feat/cuckoo filter #1209

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ashutoshdhande
Copy link
Contributor

Overview
This PR implements the core functionalities for the Cuckoo Filter commands CF.RESERVE, CF.ADD, and CF.EXISTS.

Current Status

  • The main functionalities are working as expected.
  • There are several TODOs remaining that I plan to address in future updates, including:
    • Proper error handling
    • Code refactoring for improved readability and maintainability

This PR is a work in progress and serves as a draft. Additional enhancements will be made before finalizing.

…nctionality for cf.add and cf.exists is in place- Edge cases and error handling not yet implemented
…nctionality for cf.add and cf.exists is in place- Edge cases and error handling not yet implemented (rebased)
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