Y
Hacker News
new
|
ask
|
show
|
jobs
by
ungerik
5074 days ago
Just don't use Go on 32bit systems, the 32bit garbage collector leaks. On 64bit systems everything is rock solid.
1 comments
Symmetry
5074 days ago
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.
link