dnGLua/CSharp.glua

Chunk-loading for single-file compilation target

Opened this issue · 0 comments

By default, when spawning a single-file compiled (Starfall) output, it can be pretty intense especially for projects of shared realm, which causes slight lag spike on the server including all clients/players.
Solve this by utilizing chunk-loading technique... Try to balance startup time while minimizing lag spike.