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

Just don't use Go on 32bit systems, the 32bit garbage collector leaks. On 64bit systems everything is rock solid.


Garbage collection is actually a lot easier with 64 bit pointers, since the odds of a random collision between pointers and non-pointer data goes way, way down. And because the ratio of memory in use to total address space goes down.




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

Search: