Chambers <ben### [at] pacificwebguycom> wrote:
> Thinking this might be an effect of the frequent allocation /
> deallocation of new arrays, I switched the C++ version to preallocate
> the arrays.
Which version did your zip file contain?
It's certainly not a good idea to create, resize and destroy 6 vectors
at each iteration.
--
- Warp
Post a reply to this message
|