Hacker News .hnnew | past | comments | ask | show | jobs | submitlogin

The problem with PyPy is that it doesn't support the C-API, which is required for all those other high performance libraries.

So you gain the perf of a JIT, while losing out on most everything else high-performance in the Python ecosystem.



Pypy has cpyext which implements a subset of the C-API, however it comes with a long list of caveats, and is more of a backstop, they very much prefer cffi.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: