Hacker News new | ask | show | jobs
by natefinch 1556 days ago
Go's garbage collector has super short stop the world now, about 1ns IIRC. Most of the work is done concurrently from the main process threads.
1 comments

> 1ns

Microsecond, perhaps. Likely millisecond. Nanosecond is faster than a single CPU instruction.