Y
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
rdtsc
4375 days ago
Wonder if it can be faster under higher parallelism conditions. Multiple threads doing some CPU intensive work?
link
sitkack
4375 days ago
Jython can utilize threads as well as Java can, so on many core machine Jython wins by a pretty large margin.
link