Go Concepts - Memory Model

From NovaOrdis Knowledge Base
Revision as of 23:55, 21 March 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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.