mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Faster BLAKE3 implementation (#25574)
This is a rewrite of the BLAKE3 implementation, with vectorization. On Apple Silicon, the new implementation is about twice as fast as the previous one. With AVX2, it is more than 4 times faster. With AVX512, it is more than 7.5x faster than the previous implementation (from 678 MB/s to 5086 MB/s).
This commit is contained in:
parent
70c21fdbab
commit
6669885aa2
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user