From: Dave Lee Date: 2006-02-13T15:08:28+09:00 Subject: Re: FasterGenerator (#66) On 2/12/06, Dave Lee wrote: > This submission: > > - passes the tests > - runs a couple orders faster than the continuation generator using > the provided bench > - runs the generator block in a separate thread > - intended to handle both stateful and stateless (functional) generator blocks > - provides a Generator::stateless constructor that allows for the > generator block to run for more than one callback to Generator#yield > - is uncommented forgot one thing: - intended to handle infinite generators. Dave