An open API service indexing awesome lists of open source software.

https://github.com/awesomized/crc-fast-rust

Fast, hardware-accelerated CRC calculation for all known CRC-32 and CRC-64 variants using SIMD intrinsics, which can exceed 100GiB/s for CRC-32 and 50GiB/s for CRC-64 on modern systems. Supplies a C/C++ compatible shared library for use with languages other than Rust.
https://github.com/awesomized/crc-fast-rust

checksum crc crc32 crc64 hardware-acceleration nvme rust shared-library simd

Last synced: 6 months ago
JSON representation

Fast, hardware-accelerated CRC calculation for all known CRC-32 and CRC-64 variants using SIMD intrinsics, which can exceed 100GiB/s for CRC-32 and 50GiB/s for CRC-64 on modern systems. Supplies a C/C++ compatible shared library for use with languages other than Rust.

Awesome Lists containing this project