From charlesreid1

Revision as of 04:03, 21 December 2018 by Admin (talk | contribs) (Created page with "Writing and Optimizing Go code: https://github.com/dgryski/go-perfbook/blob/master/performance.md Split into sections: * Be reasonable (how to write non-slow software, 101 l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Writing and Optimizing Go code: https://github.com/dgryski/go-perfbook/blob/master/performance.md

Split into sections:

  • Be reasonable (how to write non-slow software, 101 level stuff)
  • Be deliberate (how to write fast software, how to get the best from Go)
  • Be dangerous (how to optimize code to make it really fast)