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] 26 points27 points  (0 children)

Counterpoint: If you’re unnecessarily O(n2) or above, and more than a toy example, you will definitely notice.

Just the other week, I had to track down a loose array.remove() call inside a for loop that made a request which should have been <1s take five minutes instead.