Friday 14 October 2011

Developer Journal 125

Grr. My approximately 10 minute load time grew to way to long because of my memory tracking code. 
  • 3 hours, 33 minutes, 6 seconds, primary computer
  • 3 hours, 24 minutes, 55 seconds, secondary computer
 I'll have to disable the memory tracking code for normal use and only enable it for debugging purposes.

Some things I'm learning.
  • Don't code your own serialization system
  • Have a serialization strategy
  • Have a few global variables to makes things easier
  • Don't code your own memory tracking system
  • If you're starting to consider writing your own template code, you're probably on the wrong track

No comments:

Post a Comment