lua-users home
lua-l archive

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


> I merely wish to try reference counting in my Lua 5.1-based project

Do you have problems with the 5.1 collector?

Since it was introduced, the incremental collector seems to have solved all
pause problems. Some people have reported that they had to change the gc
parameters to get good results for their apps, that's all.

--lhf