On Fri, Oct 3, 2014 at 11:48 AM, Cathal Garvey <cathalgarvey@cathalgarvey.me> wrote:
Some builtin generators appear to do just this:

In [10]: %timeitĀ  len(range(100))

Builtin range is not a generator.