←back to thread

164 points undercut | 1 comments | | HN request time: 0.214s | source
1. koala_man ◴[] No.41863819[source]
> extremely large functions > quadratic behavior

*High five*

I fixed several of these during my time as a compiler engineer too.

It's true what they say, quadratic is the worst possible time complexity. Fast enough to work on all your test cases, slow enough to explode in prod.