bored-art-40741
05/04/2016, 10:15 PM4sq [~]:
[!40771]$ python -m timeit -n 1000 "for x in xrange(1, 100000): pass"
1000 loops, best of 3: 1.46 msec per loop
4sq [~]:
[!40772]$ python -m timeit -n 1000 "all(xrange(1, 100000))"
1000 loops, best of 3: 796 usec per loop
rough-minister-58256
05/04/2016, 10:15 PMbored-art-40741
05/04/2016, 10:15 PMfor
loopbored-art-40741
05/04/2016, 10:15 PMrough-minister-58256
05/04/2016, 10:18 PMfor: pass
rough-minister-58256
05/04/2016, 10:18 PMall()
usage here or dont care?rough-minister-58256
05/04/2016, 10:18 PMbored-art-40741
05/04/2016, 10:18 PMbored-art-40741
05/04/2016, 10:19 PMbored-art-40741
05/04/2016, 10:19 PMbored-art-40741
05/04/2016, 10:19 PMwitty-crayon-22786
05/04/2016, 10:20 PMdtruss
on the daemon as a request is arriving is interesting. looks like it ends up reparsing pants.iniwitty-crayon-22786
05/04/2016, 10:20 PMrough-minister-58256
05/04/2016, 10:20 PMwitty-crayon-22786
05/04/2016, 10:21 PMbored-art-40741
05/04/2016, 10:22 PMall()
or a for
?witty-crayon-22786
05/04/2016, 10:22 PMwitty-crayon-22786
05/04/2016, 10:22 PM:API public:
method though... could certainly switch it away from a generator.bored-art-40741
05/04/2016, 10:23 PMwitty-crayon-22786
05/04/2016, 10:24 PMbored-art-40741
05/04/2016, 10:24 PMwitty-crayon-22786
05/04/2016, 10:24 PMwitty-crayon-22786
05/04/2016, 10:24 PMrough-minister-58256
05/04/2016, 10:26 PMbored-art-40741
05/04/2016, 10:27 PMall()
or for ...
bored-art-40741
05/04/2016, 10:27 PMrough-minister-58256
05/04/2016, 10:27 PMbored-art-40741
05/04/2016, 10:27 PMbored-art-40741
05/04/2016, 10:27 PMhappy-kitchen-89482
05/04/2016, 10:36 PM