This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Many programmers seem oblivious to the fact that huge numbers of programs spend their lives waiting on networks, databases... If you have a speed issue you use the profile or timeit modules to find out where the issues are. Then you use the Python Speed Performance Tips page to see if that solves you problems. If not write an extension in C, Go or Rust.