You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fast, hardware-accelerated CRC calculation in `PHP` for [all known CRC-32 and CRC-64 variants](https://reveng.sourceforge.io/crc-catalogue/all.htm) using `SIMD`
@@ -39,6 +39,12 @@ $checksum = CrcFast\checksum(
39
39
); // 181989fc
40
40
```
41
41
42
+
## Related SIMD-accelerated PHP extensions
43
+
*[simdutf](https://packagist.org/packages/awesome/simdutf) PHP extension for Unicode validation and transcoding at
44
+
billions of characters per second using the [simdutf](https://github.com/simdutf/simdutf) project.
45
+
*[simdjson_plus](https://packagist.org/packages/awesome/simdjson_plus) PHP extension for parsing gigabytes of JSON per second using the
0 commit comments