Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
Report abuse
1 2 3 4 5 6 7
>>> import timeit >>> t = timeit.Timer("'word1 word2 word3 word'.split()") >>> t.timeit() 2.5699281692504883 >>> t = timeit.Timer("['word1', 'word2', 'word3', 'word4']") >>> t.timeit() 0.87361502647399902
Pasted September 08, 2006 2:37PM EDT
by Alexander Ross (Alexander)
Embed
Ads from Ruby Row