Hi Pim,

Le 2018-01-28 à 07:58, Pim van der Eijk (Lists) a écrit :


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.

I'm planning to keep Cython support in the stable branch and experiment with PyPy and clang in the development branch. I believe using a tracing JIT compiler should be a radical improvement over Cython, thanks to PyPy.

Cheers,

Etienne


_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev

--
Etienne Robillard
[email protected]
https://www.isotopesoftware.ca/

_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to