Skip to content
  • Ben Gamari's avatar
    Disable parallel garbage collection (#385) · 57cfa03c
    Ben Gamari authored and Andrey Mokhov's avatar Andrey Mokhov committed
    This brings productivity from roughly 40% to 95%. With parallel GC we generally
    spend much of our time synchronizing between the GC threads and relatively
    little time doing productive work.
    57cfa03c