Introduction
In part I of this series, we familiarize ourselves with the program code through a small analysis as well as performance measurement. Now we will try to implement possible improvements aimed at better utilize memory resources.
In part I of this series, we familiarize ourselves with the program code through a small analysis as well as performance measurement. Now we will try to implement possible improvements aimed at better utilize memory resources.
Okay, as a .Net programmer, you’ll probably say that talking about memory management is a joke because the .Net Framework already has the Garbage Collector (GC) that does this dirty work for you.