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

optimize murmurhash64A with SIMD #1941

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

Conversation

Dragonliu2018
Copy link

@Dragonliu2018 Dragonliu2018 commented Apr 26, 2024

Task Description

close #1939

Solution Description

Hashing with SIMD instructions: process multiple fix-length(such as 1, 2, 4, 8 bytes and etc.) data elements simultaneously in a single instruction for parallel acceleration.

Passed Regressions

Upgrade Compatibility

Other Information

Release Note

@CLAassistant
Copy link

CLAassistant commented Apr 26, 2024

CLA assistant check
All committers have signed the CLA.

@Dragonliu2018 Dragonliu2018 force-pushed the dragonliu/murmurhash_simd branch 3 times, most recently from 32e233a to 7942661 Compare April 26, 2024 10:16
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.

None yet

2 participants