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

Or they could have originally defaulted to GOMAXPROCS=2 to uncover these races while still minimizing the problems from their gorountine scheduler.


GOMAXPROCS=2 wouldn't make things better, since the Go runtime has all sorts of special cases to handle GOMAXPROCS=1 that don't kick in with any higher value (in particular, removing locks).


that to me looks like the worst of both worlds.




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

Search: