1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-20 03:03:40 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Jack O'Connor
fe9b8fedd7 fix benchmarks build 2019-12-12 23:31:02 -05:00
Jack O'Connor
52ea6487f8 switch to representing CVs as words for the compression function
The portable implementation was getting slowed down by converting back
and forth between words and bytes.

I made the corresponding change on the C side first
(12a37be8b5),
and as part of this commit I'm re-vendoring the C code. I'm also
exposing a small FFI interface to C so that blake3_neon.c can link
against portable.rs rather than blake3_portable.c, see c_neon.rs.
2019-12-11 18:05:26 -05:00
Jack O'Connor
ae7271cc87 add benchmarks for AVX-512 and NEON 2019-12-08 21:56:10 -05:00
Jack O'Connor
bcb99ba087 fix the benchmarks build 2019-12-07 22:02:19 -05:00
Jack O'Connor
d6fbb03d01 add reference impl benchmarks 2019-12-07 21:46:56 -05:00
Jack O'Connor
4b2d856754 add many_parents benchmarks 2019-12-06 17:18:39 -05:00
Jack O'Connor
19471453f5 add bench.rs 2019-12-06 16:17:30 -05:00