Comment by landtuna
3 years ago
I used it in a situation where replacing Python code with a C-implemented module was not efficient because there were too many small objects being marshaled in and out of PyObjects. PyPy let everything stay in Python-land and still run quickly.
No comments yet
Contribute on Hacker News ↗