Welcome to MSDN Blogs Sign in | Join | Help

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.

Published Sunday, January 11, 2009 8:31 PM by HelloWorld

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker