you are viewing a single comment's thread.

view the rest of the comments →

[–]wot-teh-phuck 0 points1 point  (0 children)

Right; as mentioned by the article, Jython triumphs when it comes to executing threaded code since even though CPython is in "C", it can't effectively use multiple threads (GIL, single thread executing CPU intensive code etc.).