3 comments

[ 3.3 ms ] story [ 21.0 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.