lua-users home
lua-l archive

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


> I tried a different approach with the same effect: storing the indexes
> in a C++ vector, which gave maybe a 10% improvement, but still not
> bringing
> it close to 5.0's speed, and also giving 5.0 a comparable speedup.

Have you tried turning of 5.1's incremental GC while benchmarking?  That
could explain part of the difference.

Cheers,
Jasmin