From: Caleb Clausen Date: 2006-02-15T04:23:00+09:00 Subject: Re: FasterGenerator (#66) On 2/14/06, Ross Bamford wrote: > ### next() ### ... > CalebClausenSyncGenerator 0.660000 0.000000 0.660000 ( 0.710609) > CalebClausenGenerator 0.440000 0.000000 0.440000 ( 0.495331) Interesting. I saw much larger speedups (4-10x) from using the non-Sync version on my system. Maybe my results weren't statistically significant.... If it's only 1/3 faster, it hardly seems worth it to have the non-Sync version at all. (Also, I would have thought that mine should pass the realtime tests.... but I never tried it.) Thanks for this summary, Ross.