PyPy Development: Speeding up JSON encoding in PyPy

Linked on Oct 31 at 6:37

Maciej Fijalkowski made JSON parsing in PyPy (pure Python) faster than in CPython. Here’s how he did it, with lessons which can be applied to other optimizations.