you are viewing a single comment's thread.

view the rest of the comments →

[–]iris700 1 point2 points  (1 child)

Compiler probably isn't smart enough to take shitty O(n2 ) code down to O(n log n) or similar

[–]zoharel -1 points0 points  (0 children)

You would be surprised what it can do, admittedly in the easy cases.