On Thu, 12 Jul 2012 03:34:20 -0700, Ryan Paullin <ryanpaullin at gmail.com> wrote: > $ python -m timeit -s 'import test' 'list(test.grouper(2,"abcdef"))' > 100000 loops, best of 3: 5.34 usec per loop > $ python -m timeit -s 'import test' 'test.grouper(2,"abcdef")' > 100000 loops, best of 3: 2.19 usec per loop > $ python -m timeit -s 'import test' 'list(test.chunks(2,"abcdef"))' > 100000 loops, best of 3: 2.85 usec per loop > $ python -m timeit -s 'import test' 'test.chunks(2,"abcdef")' > 1000000 loops, best of 3: 0.685 usec per loop > > some woman wrote this I don't have any idea what any of your recent posts mean, but this one appears to be offensive. I would appreciate it if you would stop posting until you have something substantive to say, and can do so in a civil fashion. --David
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4