Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Go 1.7: What's new and shiny?

Go 1.7: What's new and shiny?

An overview of the highlights of the new and updated features of Go 1.7

Golang Melbourne

August 02, 2016
Tweet

More Decks by Golang Melbourne

Other Decks in Programming

Transcript

  1. Compiler improvements • Compilation/linking is faster • (Still not fast

    enough) • Running programs is about 5-35% faster • Filesize up to 20-30% smaller • Adds stack frame pointers for debugging using Linux perf • Binary only packages
  2. encoding/json • support encoding/decoding maps using keys with int types

    • Encoder.SetEscapeHTML • Encoder.SetIndent