Commit a552929c authored by Kevin Modzelewski's avatar Kevin Modzelewski

Add generator microbenchmark

parent dfe1a8d7
def g(n):
for i in xrange(n):
yield n
print len(list(g(2000000)))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment