This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oconnor663
Recipients Zooko.Wilcox-O'Hearn, christian.heimes, corona10, larry, oconnor663, xtreak
Date 2020-01-23.03:52:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579751560.78.0.614099082415.issue39298@roundup.psfhosted.org>
In-reply-to
Content
Version 0.1.3 of the official BLAKE3 repo includes some significant performance improvements:

- The x86 implementations include explicit prefetch instructions, which helps with long inputs. (commit b8c33e1)
- The C implementation now uses the same parallel parent hashing strategy that the Rust implementation uses. (commit 163f522)

When I repeat the benchmarks above with TurboBoost on, here's what I see now:

BLAKE3 Rust          2578 MB/s
BLAKE3 C (clang -O3) 2502 MB/s
BLAKE3 C (gcc -O2)   2223 MB/s
K12 C (gcc -O2)      2175 MB/s

Larry, if you have time to repeat your benchmarks with the latest C code, I'd be curious to see if you get similar results.
History
Date User Action Args
2020-01-23 03:52:40oconnor663setrecipients: + oconnor663, larry, christian.heimes, Zooko.Wilcox-O'Hearn, corona10, xtreak
2020-01-23 03:52:40oconnor663setmessageid: <1579751560.78.0.614099082415.issue39298@roundup.psfhosted.org>
2020-01-23 03:52:40oconnor663linkissue39298 messages
2020-01-23 03:52:40oconnor663create