Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 6f8b6a5

Browse files
authored
Mark project as deprecated and suggest alternative
Added deprecation notice and recommendation for alternative project.
1 parent 3a751e0 commit 6f8b6a5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# ⚠️ DEPRECATED - No Longer Maintained
2+
3+
This project is no longer under active development and has been archived.
4+
5+
**We recommend using [crc-fast-rust](https://github.com/awesomized/crc-fast-rust) instead**, which offers better performance, more features, and active maintenance.
6+
7+
---
8+
19
# crc32fast-lib
210

311
[![Tests](https://github.com/awesomized/crc32fast-lib-rust/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/awesomized/crc32fast-lib-rust/actions/workflows/tests.yml)
@@ -31,4 +39,4 @@ $checksum = $ffi->hasher_finalize($hasher); // 0x03b4c26d
3139

3240
- [crc32fast](https://github.com/srijs/rust-crc32fast) - The underlying Rust library which implemented this SIMD-accelerated approach.
3341
- [crc-fast-php](https://github.com/awesomized/crc-fast-php) - An implementation of this library in PHP using FFI.
34-
- [crc64fast-nvme](https://github.com/awesomized/crc64fast-nvme) - A similar project which computes [CRC-64/NVME](https://reveng.sourceforge.io/crc-catalogue/all.htm#crc.cat.crc-64-nvme) checksums at >20GiB/s, also with a C-compatible shared library.
42+
- [crc64fast-nvme](https://github.com/awesomized/crc64fast-nvme) - A similar project which computes [CRC-64/NVME](https://reveng.sourceforge.io/crc-catalogue/all.htm#crc.cat.crc-64-nvme) checksums at >20GiB/s, also with a C-compatible shared library.

0 commit comments

Comments
 (0)