Talk:Durandal

From Robowiki
Revision as of 01:03, 6 July 2010 by Chase-san (talk | contribs) (memory usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

That reduced memory usage sounds similar to what is being done in my current working version of my stat buffer class (I need to update the one on the wiki). Which uses lazy initialization (thanks to a mention by Rednaxela), allowing it to have very deep dimensions but only initialize those that are used. — Chase-san 23:03, 5 July 2010 (UTC)