Hacker News new | ask | show | jobs
by sumy23 1480 days ago
My experience is that whatever you’re doing with the go routine is usually a bottleneck before the go routine itself. E.g. if you make a network request, you become network bound before memory bound from go routines.