mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
7a893691c0
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 |