just been going though my code and i create lots and lots of CModel by doing
CModel temp = new CModel()
then putting it into a container
in the end i end up doing this about 900 times and its slowing the loading down,
is there a good way to preallocate it in one go then point to it ,
if so is there any good tutorails i can use