←back to thread

3883 points kuroguro | 1 comments | | HN request time: 0.213s | source
1. linuxhansl ◴[] No.26298157[source]
I always cringe when I come across any kind of loop with unnecessary polynomial or even exponential complexity, even when it is found in a non-critical part of the code.

It offends my taste as a software engineer and I always fix these.