in reply to Re: Using shift() on sort() and syntactical funniness
in thread Using shift() on sort() and syntactical funniness
The general rule of thumb is that an exponential performance issue keeps your program from running, a quadratic one will work fine but keeps you from scaling well, and a logarithmic one is about as big a deal as a poor constant.
(And yes, I know Dominus knows all this. This is for everyone else's benefit.)
|
|---|