From 04f59e0a5d571cbbc6249da79ffe3925bafff9a1 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Wed, 29 May 2019 04:13:47 +0800 Subject: [PATCH] Garbage Collection in Go Application at Twitch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f12866..0ec9ea1 100644 --- a/README.md +++ b/README.md @@ -553,6 +553,7 @@ An organized reading list for illustrating the patterns behind scalable, reliabl * [Performance Optimization by Tuning Garbage Collection](https://confluence.atlassian.com/enterprise/garbage-collection-gc-tuning-guide-461504616.html) * [Garbage Collection in Java Applications at LinkedIn](https://engineering.linkedin.com/garbage-collection/garbage-collection-optimization-high-throughput-and-low-latency-java-applications) * [Garbage Collection in Redux Applications at SoundCloud](https://developers.soundcloud.com/blog/garbage-collection-in-redux-applications) + * [Garbage Collection in Go Application at Twitch](https://blog.twitch.tv/go-memory-ballast-how-i-learnt-to-stop-worrying-and-love-the-heap-26c2462549a2) * [Analyzing V8 Garbage Collection Logs at Alibaba](https://www.linux.com/blog/can-nodejs-scale-ask-team-alibaba) * [Python Garbage Collection for Dropping 50% Memory Growth Per Request at Instagram](https://instagram-engineering.com/copy-on-write-friendly-python-garbage-collection-ad6ed5233ddf) * [Performance Impact of Removing Out of Band Garbage Collector (OOBGC) at Github](https://githubengineering.com/removing-oobgc/)