dgryski / go-perfbook

Thoughts on Go performance optimization
10.68k stars 596 forks source link

Divide the parts of the book in 3 sections #51

Closed phamtai97 closed 5 years ago

phamtai97 commented 5 years ago

Hi all. I see the paragraph:

This book is split into different sections:

  • Basic tips for writing not-slow software
  • CS 101-level stuff
  • Tips for writing fast software
  • Go-specific sections on how to get the best from Go
  • Advanced tips for writing really fast software
  • For when your optimized code isn't fast enough

But, I do not know how to divide the parts of the book in 3 sections above.

dgryski commented 5 years ago

I'm not sure I ever intended to actually divide up the content, but rather give an indication of the three types of optimizations that would be discussed.