mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Issue #699 since fixed. Nearly a x3 perf improvement. Using --release-fast. Sha3_256 (before): 96 Mb/s Sha3_256 (after): 267 Mb/s Sha3_512 (before): 53 Mb/s Sha3_512 (after): 142 Mb/s No real gains from unrolling other initialization loops in crypto functions so have been left as is. |
||
|---|---|---|
| .. | ||
| blake2.zig | ||
| index.zig | ||
| md5.zig | ||
| sha1.zig | ||
| sha2.zig | ||
| sha3.zig | ||
| test.zig | ||
| throughput_test.zig | ||