json-machine icon indicating copy to clipboard operation
json-machine copied to clipboard

Implement ExtSimdJsonDecoder

Open JakubOnderka opened this issue 9 months ago • 1 comments

Hello,

I am an author of forked simdjson_php extension for PHP, that can be used as another decoder backend (ExtSimdJsonDecoder) for your library.

Decoding JSON with simdjson is 3 times faster than ExtJson and also uses less memory.

JakubOnderka avatar Jan 11 '25 13:01 JakubOnderka