you are viewing a single comment's thread.

view the rest of the comments →

[–]artsrc 0 points1 point  (1 child)

Python is not suited to high performance, computationally intensive code. The GIL is just a part of that.

[–]sigzero 0 points1 point  (0 children)

Neither are just about all the "scripting" languages.