Hacker News new | ask | show | jobs
by swader999 1736 days ago
You still have the GIL in python to overcome.
2 comments

Not really. ML in Python basically means lots of C++ libraries and you can just split processes as much as you want as it's easy to parallelize. You could do the same in R, Ruby, any scripting language really (but Python already has all the glue stuff ready to go and is easy).
Ruby (MRI) also has a GIL
It sure does.