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

use bloom filter on get calls #135

Merged
merged 4 commits into from
Apr 19, 2024
Merged

use bloom filter on get calls #135

merged 4 commits into from
Apr 19, 2024

Conversation

poonai
Copy link
Collaborator

@poonai poonai commented Apr 18, 2024

  1. bloom filters are used in get call

  2. The keys were sorted in both get and Get call. The unnecessary sort in Get call has been removed.

@poonai poonai requested a review from marino39 April 18, 2024 03:52
@marino39 marino39 merged commit ea1a806 into master Apr 19, 2024
1 check passed
@marino39 marino39 deleted the poonai/get_bloom branch April 19, 2024 12:38
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.

2 participants