fastdtw
fastdtw copied to clipboard
AddFirst now adds to the end of the index
AddFirst it is called multiple times and slow down the performance (ArrayCopy). AddFirst adds to the end of the index, AddLast to the top. So we only have to invert the index access. Everythings works and is times faster See.
Thanks for the contribution, very nice of you and a good idea. I'll merge when I've had a better look from my laptop.
Sorry this one slipped my mind, I'll have a look at it today if I can