Go Concepts - Memory Model

From NovaOrdis Knowledge Base
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.