Skip to content
TILens What matters today in tech v0.2.0
Theme

Topic - Edition

Go

1 items on 01 Mar 2020
Go

Are large slices more expensive than smaller ones?

Programmers have a tendency to be superstitious. Particularly, when a programmer hears that copies are expensive, they start to see them everywhere, especially when they learn that, in Go, every assignment is a copy.…

Source: Dave Cheney Dave Cheney