lua-users home
lua-l archive

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


> FWIW, I got a good speedup by implementing my own pooling 
> memory allocator. My implementation was rather naive, but it 
> still cut my gc times in half, so this is a bottleneck worth 
> investigating, no matter what gc algorithm Lua ends up using.

And I had a pooled allocator, but I still had 60 millisecond GC hiccups
in the middle of the real-time loop, because so much was scripted.  So,
it's not enough.

Josh