5 ms·
Great article! I found the section on "GC Assists" very informative: > You can think of this like a tax that your goroutine must pay for allocating during a GC
by cyrusaf 7y ago
Great article! I found the section on "GC Assists" very informative:
> You can think of this like a tax that your goroutine must pay for allocating during a GC cycle, except that this tax must be paid upfront before the allocation can actually happen.