SetFastGarbageCollector /Resource management

void SetFastGarbageCollector(bool enable)

Toggles the faster incremental garbage collecting.

When the fast garbage collector is enabled, there won't be any full-cycle garbage collection and it may cause the game to use more memory than it should.

By default, the fast collector is disabled. The average performance loss is normally negligible.