From cd44898f6df88508fbcc68f6d0d24976955139db Mon Sep 17 00:00:00 2001 From: Marlom Girardi Date: Sun, 28 Apr 2019 17:41:11 +0100 Subject: [PATCH] Add talk about the V8 garbage collector (#894) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f81b586..62984a2 100644 --- a/readme.md +++ b/readme.md @@ -851,6 +851,7 @@ - [Introduction to Node.js with Ryan Dahl](https://www.youtube.com/watch?v=jo_B4LTHi3I) - [Hands on with Node.js](https://learn.bevry.me/hands-on-with-node.js/preface) - [Nodetuts](http://nodetuts.com) - Series of talks, including TCP & HTTP API servers, async programming, and more. +- [V8 Garbage Collector](https://v8.dev/blog/trash-talk) - Trash talk about the V8 garbage collector. ### Books