Hacker News new | ask | show | jobs
by rguillebert 4375 days ago
Jython is usually slower than CPython I believe, it has no GIL though.
1 comments

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.