On Fri, Dec 18, 2009 at 11:55 AM, sturlamolden <[email protected]>wrote:
> On 17 Des, 18:37, Carlos Grohmann <[email protected]> wrote: > > > Tenting the time spent by each approach (using time.clock()), with a > > file with about 100,000 entries, I get 0.03s for the loop and 0.05s > > for the listcomp. > > > > thoughts? > > Let me ask a retoric question: > > - How much do you really value 20 ms of CPU time? > If it takes 1 nanosecond to execute a single instruction then 20 milliseconds represents 20 million instructions. Therefore I value 20ms of CPU time very much indeed.
-- http://mail.python.org/mailman/listinfo/python-list
