Releases: bodil/meowhash-rs
Releases · bodil/meowhash-rs
0.2.0
Changed
meowhash
has been rewritten to match version 0.5 of the upstream implementation, which is more resistant to adversarial attacks, and a bit faster on some CPUs. As a consequence of this, it no longer supports the aarch64
architecture, because upstream also currently doesn't. (#4, #8)
0.1.3
Added
x86
and aarch64
architectures are now supported in addition to x86_64
, although aarch64
requires a nightly rustc because SIMD instructions on aarch64
are still unstable.