File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
246
246
247
247
- [ The Go Memory Model] ( https://go.dev/ref/mem )
248
248
- [ Go's work-stealing scheduler] ( https://rakyll.org/scheduler/ )
249
- - [ The Go scheduler] ( https://morsmachine.dk/go-scheduler )
250
249
- [ Illustrated Tales of Go Runtime Scheduler] ( https://medium.com/@ankur_anand/illustrated-tales-of-go-runtime-scheduler-74809ef6d19b )
251
250
- [ Go Assembly by Example] ( https://davidwong.fr/goasm/ )
252
251
- [ Address Alignments in Go] ( https://www.tapirgames.com/blog/golang-memory-alignment )
@@ -273,6 +272,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
273
272
- [ High Performance Go Workshop] ( https://dave.cheney.net/high-performance-go-workshop/gophercon-2019.html )
274
273
- [ Reducing Memory Allocations in Golang] ( https://chris124567.github.io/2021-06-21-go-performance/ )
275
274
- [ Analyzing Go Heap Escapes] ( https://landontclipp.github.io/blog/2023/07/15/analyzing-go-heap-escapes/ )
275
+ - [ Make Go application container resource limits aware] ( https://kupczynski.info/posts/go-container-aware/ )
276
276
277
277
### Garbage Collection
278
278
You can’t perform that action at this time.
0 commit comments