Julia 1.10 will have multithreaded garbage collection

Summary
This PR parallelizes the GC mark-loop by introducing GC threads into the Julia runtime and by implementing work-stealing to dynamically balance the amount of work each thread performs in th… Read more

Similar