Releases: tikv/crc64fast
Releases · tikv/crc64fast
v1.1.0
- AArch64 SIMD is now usable on stable Rust version (we require Rust 1.70 for performance reason).
v0.1.0
- Initial version.
- Supports computing CRC-64-ECMA 16-bytes-at-a-time, providing 5× speed up compared with
crc 1.8.1
.
- Supports computing CRC-64-ECMA using the PCLMULQDQ instruction, providing 50× speed up on x86/x86_64.