People coming from C or C++, in contrast, tend to regard GC as a decadent luxury and a sign of incompetence among programmers in general引自 Understanding the Memory Model
我了个去
2.
When you’re writing single-threaded code, garbage collection is a luxury. It’s nice to have, but it’s not a vital feature引自 Understanding the Memory Model
3.
Like Java, and unlike C or C++, Go does not explicitly differentiate between stack and heap allocations.引自 Understanding the Memory Model