Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: