Hacker News new | past | comments | ask | show | jobs | submit login

He wrote that "In Go, writing concurrent code is more natural and efficiency of goroutines is much better than threads." I would have assumed goroutines were threads too. If not, how are they implemented?



Goroutines are M:N green threads but they're not 1:1 native threads.




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

Search: