luajit2 icon indicating copy to clipboard operation
luajit2 copied to clipboard

[feature request] backport lua 5.4 generational GC

Open suikabreaker opened this issue 2 years ago • 5 comments

ATT.

I'm developing using OpenResty and have put heavy logic on lua(with relatively large in-memory data and lot of string manipulation, and a lot of functions), and I noticed that those permanent GC object also slows down GC.

If we can mannually specify object as permanent it may also be sufficient for my case.

suikabreaker avatar Nov 02 '21 08:11 suikabreaker