Package Information |
Summary |
Provides faster json decoding through simdjson bindings for PHP |
Maintainers |
Tyson Andre (lead)
[details]
|
License |
Apache 2.0 |
Description |
Provides faster json decoding through simdjson bindings for PHP (Single Instruction, Multiple Data) |
Homepage |
https://github.com/crazyxman/simdjson_php
|
Release notes
Version 2.0.5
(stable)
|
* Reuse PHP's 1-byte and 0-byte interned strings in simdjson_decode, reducing memory usage for those strings. (e.g. for the key/value in '{"x":""}') * Return correct count in simdjson_key_count. Properly return counts larger than 0xFFFFFF instead of returning 0xFFFFFF. |