rss
10/23/2025, 11:18 AMrkechols
10/24/2025, 9:13 PMthe single-threaded ... nature of this language makes Python code significantly less efficient
Python is rapidly working toward eliminating threading/GIL issues. I don't dispute that python is slower, simply the exact reasons given. My understanding is that the primary difference in speed is because python is fully interpreted, not compiled at all.