Skip to content

Commit 30ee8d1

Browse files
committed
Improve README
1 parent 421ef23 commit 30ee8d1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@
77
🚀 Blazing-fast JSON encoding and decoding for PHP, powered by the
88
[simdjson project](https://github.com/lemire/simdjson).
99

10-
*This is a fork of [JakubOnderka/simdjson_php](https://github.com/JakubOnderka/simdjson_php) (which is a fork of [crazyxman/simdjson_php](https://github.com/crazyxman/simdjson_php)), which adds JSON
11-
encoding support with new optimisations.*
10+
*This is a fork of [JakubOnderka/simdjson_php](https://github.com/JakubOnderka/simdjson_php) (which is a fork
11+
of [crazyxman/simdjson_php](https://github.com/crazyxman/simdjson_php))*
1212

1313
Since the [simdjson](https://pecl.php.net/package/simdjson) PECL extension seems to be unmaintained, or at least slow
1414
to [accept PRs for improvements](https://github.com/crazyxman/simdjson_php/pulls), we packaged this up under a new
15-
name (`simdjson_plus`) to avoid conflicts and published it on Packagist (instead of PECL).
15+
name (`simdjson_plus`) to avoid naming conflicts and published it on Packagist (instead of PECL) for easier
16+
installation.
17+
18+
It's a drop-in replacement for the PECL extension, with additional features from JakubOnderka, such as accelerated
19+
JSON encoding (not just decoding) and optimizations.
1620

1721
## Performance Comparison: How Fast is simdjson_plus?
1822

0 commit comments

Comments
 (0)