Hacker News new | ask | show | jobs
by feffe 1571 days ago
You do have more precise control over the memory layout of your data in Go. Because of the value types and support for using interior pointers to arrays. In that respect it's like C which is lowish level.