Skip to content

Releases: tikv/crc64fast

v1.1.0

18 Jan 14:57
b0dc2ad
Compare
Choose a tag to compare
  • AArch64 SIMD is now usable on stable Rust version (we require Rust 1.70 for performance reason).

v1.0.0

02 May 10:37
dfc970d
Compare
Choose a tag to compare
  • Support AArch64.

v0.1.0

20 Nov 08:37
5858feb
Compare
Choose a tag to compare
  • 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.