3 comments

[ 1.6 ms ] story [ 16.8 ms ] thread
I wonder what parts of PHP (if any) they're re-writing in C or if it's purely application-code that they've ported to C.
We created an extension called "json-stream-encode" which doesn't encode JSON in a single large block, as the standard PHP code. For large JSONs this is a large memory improvement.