Hacker News new | ask | show | jobs
by pcwalton 3859 days ago
Also, don't reflection and/or interface casts for anything larger than a pointer allocate on the GC heap in Go? That is, isn't it using GC to implement no-GC?