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

maint: use non-forked cuckoofilter again #1287

Merged
merged 3 commits into from
Aug 19, 2024
Merged

Conversation

kentquirk
Copy link
Contributor

@kentquirk kentquirk commented Aug 18, 2024

Which problem is this PR solving?

The cuckoofilter library has been updated with similar changes to the ones we made in our fork of it (faster hash, instanced RNG for better parallel performance).

Benchmarks now show it is slightly faster than our implementation, so we're switching back.

Short description of the changes

  • Remove replace directive in our go.mod, use latest version of cuckoofilter.

@kentquirk kentquirk requested a review from a team as a code owner August 18, 2024 15:19
Copy link
Contributor

@VinozzZ VinozzZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@kentquirk kentquirk self-assigned this Aug 19, 2024
@kentquirk kentquirk added this to the v2.8 milestone Aug 19, 2024
@kentquirk kentquirk merged commit 3084f98 into main Aug 19, 2024
5 checks passed
@kentquirk kentquirk deleted the kent.update_cuckoofilter branch August 19, 2024 17:01
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