Comment on Presentation on the new Python GILparentComments−rbanffy16yIt won't help if you have to do stuff over a single shared data structure.−st3fan16yWell you can of course. It is just a pain to do it.−rbanffy16yThat's a good point. I rarely had to do it and, when I could, I opted to distribute the data.Still, Python needs better threading.
Comments
It won't help if you have to do stuff over a single shared data structure.
Well you can of course. It is just a pain to do it.
That's a good point. I rarely had to do it and, when I could, I opted to distribute the data.
Still, Python needs better threading.