Can PyPy be used for web application deployment ?
What is PyPy ? PyPy is an implementation of Python in Python which uses JIT(Just In Time) translation. Why to Use PyPy? According to benchmarks “It depends greatly on the type of task being performed. The geometric average of all benchmarks is 0.18 or 5.6 times faster than CPython”. Experience? I have used PyPy for sandboxing for my project pylive, tested flask with pypy, ported brubeck to work on pypy, tested lastuser in PyPy 2.
[Read More]