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

Source code for Unsafe* XXHash? #94

Closed
velvia opened this issue Mar 10, 2017 · 3 comments
Closed

Source code for Unsafe* XXHash? #94

velvia opened this issue Mar 10, 2017 · 3 comments

Comments

@velvia
Copy link

velvia commented Mar 10, 2017

Hi guys,

Maybe this is a dumb question but where can I find the Java source code for the Unsafe XXHash routines? They are loaded dynamically at runtime but I'm trying to figure out where they come from.

For a certain high speed implementation I'm wondering if it is possible to access the hashing function directly without needing to copy data to a byte array. If not I'd like to have a look at the source code.

thanks

@odaira
Copy link
Member

odaira commented May 5, 2017

They are generated at build time from templates. You can find the templates at src/build/source_templates.

@odaira
Copy link
Member

odaira commented Aug 22, 2017

Can I close this issue? Did you find the source code?

@velvia
Copy link
Author

velvia commented Aug 24, 2017

Will close, thanks.

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

2 participants