add section on optimizing concurrency

This commit is contained in:
Damian Gryski 2018-03-04 15:42:10 -08:00
parent 6ac679fbdc
commit de5a84a467

View File

@ -821,6 +821,11 @@ Techniques specific to the architecture running the code
* Comment about Jeff Dean's 2002 numbers (plus updates)
* cpus have gotten faster, but memory hasn't kept up
## Concurrency
* Optimizing multi-threaded code
* Overlap with previous section on caches and false/true sharing
## Assembly
* Stuff about writing assembly code for Go