Python implementation of FastDTW [1], which is an approximate Dynamic Time
Warping (DTW) algorithm that provides optimal or near-optimal alignments
with an O(N) time and memory complexity.

[1] http://cs.fit.edu/~pkc/papers/tdm04.pdf

WWW: https://github.com/slaypni/fastdtw
