By v1.10.0-beta2 of #JuliaLang, the mark phase of the garbage collector is now multi-threaded.
Let's produce more garbage then!
🙃🎈
When the number of worker threads is set to N, then the number of garbage collector threads is set to N/2, automatically.
Btw, the number of garbage collector threads can set manually by using the
--gcthreads
parameter, e.g.,
# julia --gcthreads=4