Articles

Only showing: Internals Show all

Understanding slices

Slices are flexible and efficient, but their implementation has some quirky behaviours, leading to unexpected results.

Let us see how they really work and how to avoid running into problems.

The Go internals unofficial wiki

The Go internals unofficial wiki formerly published on goin.wikispot.org used to be a valuable resource for developers interested in the internal operation of the Go runtime. Regrettably, it disappeared when the owner of the wikispot.…