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

Topic - Edition

Go

1 items on 09 May 2020
Go

Ensmallening Go binaries by prohibiting comparisons

Conventional wisdom dictates that the larger the number of types declared in a Go program, the larger the resulting binary. Intuitively this makes sense, after all, what’s the point in defining a bunch of types if…

Source: Dave Cheney Dave Cheney