By structuring computation as data and its transformation steps, we can achieve lower memory utilization and better performance. In the process we introduce some peculiarities of virtual memory systems.
Monthly Archives: May 2020
Dev: Tracking Memory Usage – Part 1
This post is part 4 of the mini series “It’s all about memory” where we discuss various aspects which should bring front and center data transformation in software engineering. In this post we are going to venture in the realm of memory tracking, trying to understand how and where our software allocates memory. Why isContinue reading “Dev: Tracking Memory Usage – Part 1”