>>> memset(action[0],0,sizeof(thisAction)) and perhaps would save some
>>> shared_ptr overhead we have currently. V.
>>>       
>> feel free to experiment.
>>     
>
> you could try memset(.....get(),0,sizeof(thisAction)); maybe?
>   
My mistake, I wanted to write
memset(action[0],0,sizeof(thisAction)*numberOfBodies), that would reset
the whole array at once, which was the point. What you suggest wouldn't
be any faster thatn the current was, I think, except the reset() call
overhead. V.


_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to