in reply to Re: Re: Code for elegance, code for clarity
in thread Code for elegance, code for clarity

I've seen that bandied about on Perlmonks a lot. I assume that's a logarithm reference or something.

It ("big O" notation) is used to characterize algorithms, and how they perform in time and space. See An informal introduction to O(N) notation.

  • Comment on Re: Re: Re: Code for elegance, code for clarity