Django with PyPy

Stan picture Stan · Dec 20, 2010 · Viewed 8.1k times · Source

Are there some reasons of using Django with PyPy? I read PyPy increases perfomance.

Answer

Daniel Roseman picture Daniel Roseman · Dec 20, 2010

Unlikely. A Django application is almost always I/O-bound, usually because of the database connection. PyPy wouldn't help with that at all, even if it was purely compatible (which I'm not sure it is).