Live data from Hacker News

Breaking down Barriers for a more Powerful platform

techblog.appnexus.com

1–4 of 4 posts

Re: Breaking down Barriers for a more Powerful platform

#3

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.