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

Beneficial to use jdk.incubator.vector? #93

Open
alexandergunnarson opened this issue Feb 6, 2025 · 0 comments
Open

Beneficial to use jdk.incubator.vector? #93

alexandergunnarson opened this issue Feb 6, 2025 · 0 comments

Comments

@alexandergunnarson
Copy link

alexandergunnarson commented Feb 6, 2025

Curious if you've thought about whether it's beneficial to use the jdk.incubator.vector library. I noticed your posted benchmark for xxHash (not sure which variant) is an impressive 9.5 GB/s, which is just under the native version's XXH32 speed of 9.7 GB/s. Can we get it to "RAM speeds" that the native version's XXH3 (with SSE2) advertises by using explicit vectorization?

Amazing work here in this library btw!

@alexandergunnarson alexandergunnarson changed the title Beneficial to use jdk.incubator.vector library? Beneficial to use jdk.incubator.vector? Feb 6, 2025
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

No branches or pull requests

1 participant