Skip to content

Commit 5f721bd

Browse files
committed
Add related extensions
1 parent e1f5d7e commit 5f721bd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`awesome/crc_fast`
22
===========
33

4-
[![Test status](https://github.com/awesomized/crc-fast-php-ext/workflows/Tests/badge.svg)](https://github.com/awesomized/crc-fast-php-ext/actions?query=workflow%3ATests)
4+
[![Tests status](https://github.com/awesomized/crc-fast-php-ext/workflows/Tests/badge.svg)](https://github.com/awesomized/crc-fast-php-ext/actions?query=workflow%3ATests)
55
[![Latest Stable Version](https://img.shields.io/packagist/v/awesome/crc-fast)](https://packagist.org/packages/awesome/crc-fast)
66

77
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(
3939
); // 181989fc
4040
```
4141

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
46+
[simdjson](https://github.com/simdjson/simdjson) project.
47+
4248
## Requirements
4349
Uses the [crc_fast](https://github.com/awesomized/crc-fast-rust) `Rust` package and its `C`-compatible shared library
4450
under the hood, so you'll need to have built and installed it. (See [Usage](#Usage), below).
@@ -241,4 +247,4 @@ Note that PHP has no native equivalent.
241247
`cfc-fast` is dual-licensed under
242248

243249
* Apache 2.0 license ([LICENSE-Apache](./LICENSE-Apache) or <http://www.apache.org/licenses/LICENSE-2.0>)
244-
* MIT license ([LICENSE-MIT](./LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
250+
* MIT license ([LICENSE-MIT](./LICENSE-MIT) or <https://opensource.org/licenses/MIT>)

0 commit comments

Comments
 (0)