index
:
github.com/BLAKE3-team/BLAKE3
0.1.5_branch
asm
asm_integration2
atomic_features
avx512_debug
bench_406668786
bg_reader
break_big_endian
cargo_lock
cet
ci
clang-cl-cross-compilation
clang-cl-cross-compilation-without-tests
codeql
codex/port-blake3_xof_many_avx512-to-windows
derive_key_array
export
fix_sse2
from-slice-with-tryfrom
gcc5.4
guts_api
guts_riscv
jakub-zwolakowski-tis-ci
kernel
kernel2
kernel_gather
master
mmap_fromthefront
more_guts
more_warnings
movd
no_output_struct
offload
old_fromthefront
permutation
purpose_string
refresh
rust_bindings_tbb
rust_bindings_tbb_llfio
spec_example_generator
test_cmake_ci
trigger_sse2
usage
use_guts
werror
xof
xof_integration
BLAKE3 is a cryptographic hash function
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benches
Age
Commit message (
Expand
)
Author
2025-03-30
add the `hazmat` module and deprecate the undocumented `guts` module
Jack O'Connor
2025-03-21
macOS-latest runners are now ARM CPUs
Jack O'Connor
2025-03-17
many_chunks and many_parents benchmarks for wasm
Jack O'Connor
2025-02-03
replace a couple deprecated functions in benchmarks
Jack O'Connor
2024-09-04
add xof benchmarks for non-power-of-2 lengths
Jack O'Connor
2024-08-15
add XOF benchmarks
Jack O'Connor
2021-05-18
upgrade to arrayvec 0.7.0
Jack O'Connor
2021-03-28
more cleaup of undocumented API
Jack O'Connor
2021-03-21
get rid of the standalone "*_rayon" functions
Jack O'Connor
2021-03-14
add *_rayon methods
Jack O'Connor
2020-08-24
Start SSE2 implementation based on SSE4.1 version
Matthew Krupcale
2020-04-01
automatically fall back to the pure Rust build
Jack O'Connor
2020-03-29
refactor the Cargo feature set
Jack O'Connor
2020-02-25
remove a mis-optimization that hurt performance for uneven updates
Jack O'Connor
2020-02-12
integrate assembly implementations into the blake3 crate
Jack O'Connor
2020-02-06
Hasher::update_with_join
Jack O'Connor
2019-12-13
rename 1_chunk benchmarks to 1_kib
Jack O'Connor
2019-12-13
add 2 KiB benchmarks
Jack O'Connor
2019-12-12
fix benchmarks build
Jack O'Connor
2019-12-11
switch to representing CVs as words for the compression function
Jack O'Connor
2019-12-08
add benchmarks for AVX-512 and NEON
Jack O'Connor
2019-12-07
fix the benchmarks build
Jack O'Connor
2019-12-07
add reference impl benchmarks
Jack O'Connor
2019-12-06
add many_parents benchmarks
Jack O'Connor
2019-12-06
add bench.rs
Jack O'Connor