*this is a work in progress: works well. has a large test and benchmark suite. documentation is unfinished and in rough shape. lacks polish. will probably change a lot.
strider: one who walks rapidly with long steps
useful for stepping (variable step) a window (variable size) through a streaming (possibly infinite) series of values while avoiding unnecessary memory allocations
this is needed for the short-time fourier transform and other data/signal processing methods.
to use add strider = "0.1.0"
to the [dependencies]
section of your Cargo.toml
and extern crate strider;
in your code.