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
*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))*
12
12
13
13
Since the [simdjson](https://pecl.php.net/package/simdjson) PECL extension seems to be unmaintained, or at least slow
14
14
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.
16
20
17
21
## Performance Comparison: How Fast is simdjson_plus?
0 commit comments