alxolr

posts about software engineering craft

Blog posts

Articles 2 / 2

Understanding memory leaks in node.js part 2

Understanding memory leaks in node.js part 2

In the second part, we will focus on event emitters and cached objects. Also, we will do some analysis using node clinic tool and chrome dev-tools to identify a nasty memory leak.

Understanding memory leaks in node.js part 1

Understanding memory leaks in node.js part 1

In this article we will learn about memory leaks in node.js, we will focus mainly on streams and promises

Articles 2 / 2