On Sun, 28 Jan 2018, Pim van der Eijk (Lists) wrote:

On 28-01-18 10:22, Etienne Robillard wrote:

Is it possible to use the PyPy JIT compiler embedded into a CPython (Django) application?

You should be aware that, while PyPy speeds up many Python applications substantially, at least in the past,  Django was not one of them.

It really depends on the workload, from what I remember the stumbling block for getting substantial speedups for typical Django applications was the sad ORM story, also in part due to database drivers.

My understanding is that Etienne might not be using ORM at all, so it is possible that he'd directly get some decent performance improvements...

--
Sincerely yours,
Yury V. Zaytsev
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to