Difference between revisions of "Talk:Durandal"
Jump to navigation
Jump to search
BeastBots101 (talk | contribs) |
BeastBots101 (talk | contribs) |
||
Line 1: | Line 1: | ||
That reduced memory usage sounds similar to what is being done in my current working version of my [[User:Chase-san/StatBufferSet|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. — <span style="font-family: monospace">[[User:Chase-san|Chase]]-[[User_talk:Chase-san|san]]</span> 23:03, 5 July 2010 (UTC) | That reduced memory usage sounds similar to what is being done in my current working version of my [[User:Chase-san/StatBufferSet|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. — <span style="font-family: monospace">[[User:Chase-san|Chase]]-[[User_talk:Chase-san|san]]</span> 23:03, 5 July 2010 (UTC) | ||
− | |||
− |
Latest revision as of 03:22, 8 October 2013
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)