Go Concepts - Memory Model

From NovaOrdis Knowledge Base
Revision as of 04:55, 22 March 2016 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Memory Model

Memory Safety

It is almost impossible to access invalid memory. Array accesses have bounds checked.

Garbage Collection

Go is a garbage collected language, and this introduces pauses that are difficult to predict.