4 releases
Uses old Rust 2015
0.1.3 | Jan 11, 2016 |
---|---|
0.1.2 | Dec 31, 2015 |
0.1.1 | Dec 30, 2015 |
0.1.0 | Dec 29, 2015 |
#2480 in Algorithms
180 downloads per month
Used in 4 crates
21KB
229 lines
strider
[ringbuffer operations on multiple values at once] (https://snd.github.io/strider/strider/trait.SliceRing.html) with an [efficient implementation] (https://snd.github.io/strider/strider/index.html#performance). written in rust.
useful for moving a window with variable step through a possibly infinite stream of values [while avoiding unnecessary memory allocations] (https://snd.github.io/strider/strider/index.html#memory)
handy when computing the short-time fourier transform.
to use add strider = "*"
to the [dependencies]
section of your Cargo.toml
and call extern crate strider;
in your code.