Profiling the garbage collector in D
Details
D's garbage collector is a topic of interest when it comes to programming language comparisons.
We will experiment with some D code to visualize D's GC's impact on performance with the help of Intel's VTune performance profiler.