From 2d2be56a6877d52ff39f51ea8399d17dc38401a7 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Fri, 14 Jun 2019 19:55:15 -0700 Subject: [PATCH] Add go and GC books --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc4b59e..951040d 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,11 @@ At the moment this is not useful for anyone but myself, if at some point I find * Testing Frameworks * [Speculate](https://github.com/utkarshkukreti/speculate.rs) Adds RSpec like behavior to rust via macros * Go + * Concurrency + * [Concurrency in Go](https://learning.oreilly.com/library/view/concurrency-in-go/9781491941294/) 📕 💰 * Garbage Collector * [Golang's Realtime GC in Theory and Practice](https://www.youtube.com/watch?v=bMujSVMarqY) 📼 🆓 + * [Garbage Colletor Handbook](https://learning.oreilly.com/library/view/the-garbage-collection/9781315388007/) 📕 💰 * Programming Topics * Algorithms and Data Structures * [Udacity - Intro to Data Structures and Algorithms by Google](https://eu.udacity.com/course/data-structures-and-algorithms-in-python--ud513) 🆓 🎓 📼