Interest
Proportion of Hacker News items mentioning "pypy" over time.
Mentions
Total number of Hacker News items mentioning "pypy" over time.
PyPy is an implementation of the Python programming language. PyPy frequently runs much faster than the standard implementation CPython because PyPy uses a just-in-time compiler. Most Python code runs well on PyPy except for code that depends on CPython extensions, which either does not work or incurs some overhead when run in PyPy. Read more on Wikipedia