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

feature(blake3): add blake3 #482

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JMarkin
Copy link

@JMarkin JMarkin commented Nov 24, 2024

Hello, I newable in rust. I try to complete issue #47

On my machine(MacBook Pro 16-inch, 2021), blake3 better then blake2

blake3
time: [2.5446 s 2.5564 s 2.5685 s]

blake2
time: [2.6089 s 2.6220 s 2.6349 s]

blake2
[+1.8579% +2.5679% +3.2462%]

And I don't know what other proofs need from me :) dhat.jsons ?

This PR is nominated at RU RustCon Contest

@eaufavor
Copy link
Member

This update will change the hash of cache keys. It will invalidate every cached asset that are stored in persistent storage. So it is not a change to roll out safely easily.

We suggest that this change could be control via a feature flag or something more fine-grained so that users can choose to upgrade if their use case is safe to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants