About Ruby/Python concurrency and the GIL
As a follow up to my RailsConf talk, I wrote a blog post talking about Ruby/Python concurrency and the Global Interpreter Lock explaining what is a GIL, why it is used, why some other implementations don’t use one/removed it and finally why C Ruby won’t be removing it soon.
Post a comment