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

Update BloomFilterStrategies.java #7550

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

Conversation

gopinath-vasalamarri
Copy link

@gopinath-vasalamarri gopinath-vasalamarri commented Dec 14, 2024

Remove imul instruction from murmur operations of 32bit hash functions -- reduces the overall number of instructions by ~1-3 CPU cycles.

Before -- https://godbolt.org/z/ed93nf1sx
After -- https://godbolt.org/z/3h1rG399P

Remove imul instruction from murmur operations of 32bit hash functions -- reduces the number of instructions by 1 CPU cycle.

Before -- https://godbolt.org/z/GWvnEoPa3
After -- https://godbolt.org/z/4zEoM5G1W
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