[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua 5.0 to 5.1 performance regression?
- From: "Jasmin Patry" <jpatry@...>
- Date: Mon, 25 Sep 2006 10:36:34 -0700
> 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