Showing results for September 2004 - .NET Blog

Sep 25, 2004
0
0

Using GC Efficiently – Part 2

maoni
maoni

In this article I’ll talk about different flavors of GC, the design goals behind each of them and how they work differently from each other so you can make a good decision of which flavor of GC you should choose for your applications.   Existing GC flavors in the runtime today   We have the following flavors of GC today:   1) ...

.NET
Sep 6, 2004
0
0

WinDev in Boston

maoni
maoni

I am going to WinDev this year to give 2 performance talks. Check out: http://butrain.bu.edu/windev/track2.asp (it's from Oct 25 to 29) Below is the description: C5 - CLR PerformanceWrite faster managed code! Learn about performance engineering, tools and issues specific to managed code including: garbage collection (GC), managed code ...

.NET