Skip to content

Blake3 support #780

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

Closed
yonas opened this issue Mar 15, 2023 · 1 comment
Closed

Blake3 support #780

yonas opened this issue Mar 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@yonas
Copy link

yonas commented Mar 15, 2023

Summary 💡

In addition to SHA3-256 (or just SHA-256), supporting Blake3 would be great.

Motivation 🔦

Blake3 is extremely fast and secure.

BLAKE3-benchmark

@yonas yonas added the enhancement New feature or request label Mar 15, 2023
@Byron
Copy link
Member

Byron commented Mar 15, 2023

Once #281 lands it should be possible to more easily plug in many other hash algorithms at hearts content. To make these useful, the git project would have to adopt them first and SHA256 is already kind of stalled, so I don't see any of this happening anytime soon.

It's worth noting that for git performance, the hashing algorithm isn't the bottleneck, the compression algorithm is.

@Byron Byron closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants