Releases: tkaitchuck/aHash
Releases · tkaitchuck/aHash
Version 0.8.1
- Fix compiler error on wasm with default features.
- Significant improvements to speed on unusual architectures (Things other than: x86_64, aarch64, mips64, powerpc64, riscv64gc, or s390x)
- Improved documentation
- Added support for into_keys and into_values to AHashMap
- Fix AVR support by using atomic-polyfill
- Simplify the way that flags work
Version 0.8.0
- Improve the API from 0.7 and may require code changes for some applications.
- Removes the build time detection of the availability of a runtime random number generator and instead relies on a cargo feature
runtime-rng
which is on by default. - There are no changes to the hashing algorithm