From ab257eb8f4a6a1c156499fa230584f6dd783c391 Mon Sep 17 00:00:00 2001 From: Christoph Bachhuber Date: Mon, 11 Feb 2019 11:26:19 +0100 Subject: [PATCH] Remove broken link to Garbage Collection-Compilers Youtube reports that this link does not exist anymore. Did not find convincing alternative, removed link. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e2a1929..51ce653 100644 --- a/README.md +++ b/README.md @@ -1655,7 +1655,6 @@ software engineer, and to be aware of certain technologies and algorithms, so yo - [ ] [Side-Channel Attacks](https://www.youtube.com/watch?v=PuVMkSEcPiI&index=15&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh) - ### Garbage collection - - [ ] [Compilers (video)](https://www.youtube.com/playlist?list=PLO9y7hOkmmSGTy5z6HZ-W4k2y8WXF7Bff) - [ ] [GC in Python (video)](https://www.youtube.com/watch?v=iHVs_HkjdmI) - [ ] [Deep Dive Java: Garbage Collection is Good!](https://www.infoq.com/presentations/garbage-collection-benefits) - [ ] [Deep Dive Python: Garbage Collection in CPython (video)](https://www.youtube.com/watch?v=P-8Z0-MhdQs&list=PLdzf4Clw0VbOEWOS_sLhT_9zaiQDrS5AR&index=3)