Skip to content

Commit 089dfe7

Browse files
authored
Update README.md (#268)
Fixes #267
1 parent f941c84 commit 089dfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
246246

247247
- [The Go Memory Model](https://go.dev/ref/mem)
248248
- [Go's work-stealing scheduler](https://rakyll.org/scheduler/)
249-
- [The Go scheduler](https://morsmachine.dk/go-scheduler)
250249
- [Illustrated Tales of Go Runtime Scheduler](https://medium.com/@ankur_anand/illustrated-tales-of-go-runtime-scheduler-74809ef6d19b)
251250
- [Go Assembly by Example](https://davidwong.fr/goasm/)
252251
- [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
273272
- [High Performance Go Workshop](https://dave.cheney.net/high-performance-go-workshop/gophercon-2019.html)
274273
- [Reducing Memory Allocations in Golang](https://chris124567.github.io/2021-06-21-go-performance/)
275274
- [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/)
276276

277277
### Garbage Collection
278278

0 commit comments

Comments
 (0)