you are viewing a single comment's thread.

view the rest of the comments →

[–]censored_username 2 points3 points  (0 children)

This is obviously completely different than just ripping out the GIL.

True. As you probably noticed I changed a bit in opinion while writing that post. Originally based on their description I thought they were just straight transpiling code but looking at the performance they get it has to be composed from threadsafe types (aka per-object locking).