[pypy-dev] Need help in concluding Multi-Thread based model thoughts between Python and PyPy

Armin Rigo arigo at tunes.org
Wed Oct 31 15:52:08 CET 2012


Hi,

On Wed, Oct 31, 2012 at 3:14 PM, Phyo Arkar <phyo.arkarlwin at gmail.com> wrote:
> Jython is wayyy much slower than CPython in many cases. I can't even find
> its use.

If your problem is hard to divide in multiple processes but easy to
divide in multiple threads, and if you have a machine with enough
CPUs, then Jython wins.  Although dividing in multiple raw threads is
rarely easy.


A bientôt,

Armin.


More information about the pypy-dev mailing list