mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +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
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%