6 ms·
This is how you end up with O(n^2) algorithms that 'work' until you run it with production-size data. If the context your code runs in is small enough to be in
by devnullbrain 8mo ago
This is how you end up with O(n^2) algorithms that 'work' until you run it with production-size data.
If the context your code runs in is small enough to be in a test, you're probably not working on anything serious anyway.