This commit is contained in:
Teiva Harsanyi 2022-07-16 11:12:17 +02:00
parent bfb16a1587
commit 3a306bc215
No known key found for this signature in database
GPG key ID: 388C6CEAE0539114

View file

@ -161,7 +161,7 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning.
* Compiler optimizations
* `sync.Pool`
* 97 - Not relying on inlining
* 98 - Not using Go diagnostics tooling:
* 98 - Not using Go diagnostics tooling
* Profiling (enabling pprof, CPU, heap, goroutines, block, and mutex profiling)
* Execution tracer
* 99 - Not understanding how the GC works