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

Add highway hash #4

Open
dgryski opened this issue Jan 11, 2018 · 3 comments
Open

Add highway hash #4

dgryski opened this issue Jan 11, 2018 · 3 comments

Comments

@dgryski
Copy link

dgryski commented Jan 11, 2018

https://github.com/google/highwayhash

There's a portable C version that will be easier to integrate but won't have the same performance as the SIMD-optimized one but still should give representative results for the quality of the hash if not the speed. I don't know the speed difference between the two, but for Go my assembly version with SIMD was 10x faster than the pure-Go version.

@demerphq
Copy link
Owner

demerphq commented Jan 11, 2018 via email

@dgryski
Copy link
Author

dgryski commented Jan 11, 2018

Either or both :D . I might be able to get to it this weekend, but otherwise I'm pretty busy.

@ghost
Copy link

ghost commented Jan 12, 2018

Hi gents,

I was bored.

#5

Let me know what you think.

@yves - For installing highwayhash, I had to sudo mv highwayhash/lib/* /usr/lib/ after getting it to build.

Cheers!

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