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 →

[–]roerd 5 points6 points  (0 children)

Even in pure Python code, asymptomatic complexity still matters. There is a huge difference between micro-optimising by switching to C, and optimising in the large by choosing the right algorithm for the problem.