Writing Fast Code (Resources)

This article is intended to help me remember where can I find these resources, also kind of helpful should I need to forward this to someone. Hopefully, this post will be continuously updated.

Managed code is very fast in allocating memory, the problem is if the applications allocated too many unnecessary objects. Keep your memory allocation as necessary. JIT does a very good job generating fast machine code, so focus on memory.

 

Last updated: 1/11/2009.