N
not_a_commie
I have a tight time constraint on a small chunk of processing. It
takes about a third of a second to run. Occasionally, this function
will get stalled for (what I can only guess) is a garbage collection
(GC) run. Is there any way I can disable the GC for that brief third
of a second?
takes about a third of a second to run. Occasionally, this function
will get stalled for (what I can only guess) is a garbage collection
(GC) run. Is there any way I can disable the GC for that brief third
of a second?