From 628e1b311c07ccd13fe58d65ce540fed52e6ef62 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Sat, 12 Jun 2021 11:49:00 +0200 Subject: [PATCH] Add items to TODO list --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index 1e36657..c9d0c60 100644 --- a/TODO +++ b/TODO @@ -200,3 +200,12 @@ Interesting questions: What is the maximum number of TCP connections one machine/container/application can hold? What is the limitation on goroutines? How goroutines work on multicore? + +https://www.youtube.com/watch?v=afSiVelXDTQ +https://misfra.me/optimizing-concurrent-map-access-in-go/ +https://andregarzia.com/2021/04/writing-a-technical-book.html +https://www.foundationdb.org/files/fdb-paper.pdf +https://worthdoingbadly.com/macappsios/ +https://nathanpeck.com/speeding-up-amazon-ecs-container-deployments/ +https://manishearth.github.io/blog/2015/09/01/designing-a-gc-in-rust/ +