aboutsummaryrefslogtreecommitdiff
path: root/reference_impl
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-02-12 14:41:24 -0500
committerJack O'Connor <[email protected]>2020-02-12 14:57:57 -0500
commitafdaf3036b385a234fa87dbca31c0f4634e604fa (patch)
tree961bc14d72ca00bfa1c439caae5cef89877c4731 /reference_impl
parent724e784fe268a81ad6b424517a0e173ace719461 (diff)
version 0.2.00.2.0
Changes since 0.1.5: - The `c_avx512` feature has been replaced by the `c` feature. In addition to providing AVX-512 support, `c` also provides optimized assembly implementations. These assembly implementations perform better, perform more consistently across compilers, and compile more quickly. As before, `c` is off by default, but the `b3sum` binary crate activates it by default. - The `rayon` feature no longer affects the entire API. Instead, it provides the `join::RayonJoin` type for use with `Hasher::update_with_join`, so that the caller can control when multi-threading happens. Standalone API functions like `hash` are always single-threaded now.
Diffstat (limited to 'reference_impl')
0 files changed, 0 insertions, 0 deletions