simdjson

pecl install simdjson

Provides faster json decoding through simdjson bindings for PHP

Provides faster json decoding through simdjson bindings for PHP (Single Instruction, Multiple Data)

Maintainer

  • Tyson Andre (lead )

Details

Stars: 150
Issue openned: 14
Downloads: 13573
2.0.5
1 year ago
Version 2.0.5 change log


* 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.

requires:

  • php >=7.0.0
  • pearinstaller >=1.4.3