-
Notifications
You must be signed in to change notification settings - Fork 10
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
Poolp org/blake3 hash #448
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Instead of zeebo, consider https://github.com/glycerine/blake3, on which I just did a bunch of performance work. It is a light fork of the hardware accelerated https://github.com/lukechampine/blake3 -- to which I added multiple goroutine hashing in parallel, which gives massive speedups. The zeebo blake3 is very up front about not doing multi-threading. Measurements showing going 3x to 20x faster:
|
Signed-off-by: Gilles Chehade <[email protected]>
we're going to discuss which lib to use, thanks for sharing |
propose BLAKE3 as an alternate hashing function