mirror of
https://github.com/lua/lua.git
synced 2026-09-20 01:04:22 +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.3%
Lua
33.1%
Makefile
0.6%