top | item 46804104

(no title)

devnullbrain | 1 month 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.

discuss

order

No comments yet.