On Monday, 15 December 2014 at 11:12:55 UTC, Stephan Schiffels wrote:
3.) Most of the memory is used in one huge array, perhaps I should simply use malloc and free for that particular array to avoid the GC from running so often.


Yes. That way you know with certainty the GC won't scan it.

Reply via email to