In general multithreaded GC will often speed up single threaded programs, although in 1.10 there are a few places (place work-stealing queue indices on different cache lines to avoid false-sharing by d-netto · Pull Request #52994 · JuliaLang/julia · GitHub) where multithreaded GC causes regressions that will be fixed in 1.10.1
4 Likes