Hacker News new | ask | show | jobs
by ffsm8 636 days ago
2021 wasn't the first discussion about that.

You can find forum and Reddit posts going back 15-20 years of people attempting to remove the GIL, Guido van Rossum just made the requirement that single core performance cannot be hurt by removing it, this made ever previous attempt fail in the end

I.e. https://www.artima.com/weblogs/viewpost.jsp?thread=214235

1 comments

Did this attempt manage to preserve single-threaded performance, or was the requirement dropped?
He folded.

The patches dropped some unrelated dead weight such that the effect is not as bad.

The effect is still 20-50% slowdown for single thread, even with the purported unrelated speedups to make the feature more palatable.

That is absolutely in the range of previous attempts, which were rejected! The difference here is that its goes in now to gratify Facebook.

Facebook or Microsoft?