mirror of
https://github.com/lua/lua.git
synced 2026-08-04 12:29:06 +00:00
626cf0581bc214722033d61c69d5db9e51e53465
When Lua is building large long-duration structures, frequent small minor collections just waste time. Trying to avoid this, the collector will do a larger pause after a major collection when it does not collect enough garbage (which is a hint that memory is being used for long-lasting objects).
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%