Comment on The first stable release of PyPy3parentComments−rguillebert12yJython is usually slower than CPython I believe, it has no GIL though.−rdtsc12yWonder if it can be faster under higher parallelism conditions. Multiple threads doing some CPU intensive work?−sitkack12yJython can utilize threads as well as Java can, so on many core machine Jython wins by a pretty large margin.
Comments
Jython is usually slower than CPython I believe, it has no GIL though.
Wonder if it can be faster under higher parallelism conditions. Multiple threads doing some CPU intensive work?
Jython can utilize threads as well as Java can, so on many core machine Jython wins by a pretty large margin.