lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 10/03/2010, at 10:34 AM, Florian Weimer wrote:

> * Geoff Leyland:
> 
>> what's the story with the binary-trees benchmark?  Is it a GC thing,
>> a recursive thing or is it a bad benchmark?
> 
> ...But perhaps using closures instead of tables can
> result in competitive performance.

I tried.  Either I'm not very good at closures or it's slower.