--- In [email protected], "Tyler Littlefield" <ty...@...> wrote: > > the array gets deleted, but I could shift that over to a > real array rather than on the heap, might help somewhat.
It's not a performance issue, just a matter of principle and using the right construct for the job. If you don't need to use dynamic allocation, why not use simpler static allocation? As I said, only nitpicking.
