uludaggonul / snow-dots

Automatically exported from code.google.com/p/snow-dots
0 stars 0 forks source link

Managers create many objects at once #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Talking with Josh, it would be useful for dotsAllObjectManagers to create 
multiple objects at once, perhaps

objectArray = newManyObjects('className', size);

It would need to allocate an array of className.  It looks like it would have 
to create a 1xn array and reshape it.

Original issue reported on code.google.com by Benjamin.Heasly on 1 Jul 2010 at 8:57

GoogleCodeExporter commented 8 years ago
newObjec now takes a size argument.

Original comment by Benjamin.Heasly on 3 Aug 2010 at 6:08