strider

Crates.iostrider
lib.rsstrider
version0.1.3
sourcesrc
created_at2015-12-29 18:13:29.472749
updated_at2016-01-11 14:54:13.86265
descriptionringbuffer operations on multiple values at once with an efficient implementation. useful for moving a window with variable step through a possibly infinite stream of values while avoiding unnecessary memory allocations
homepagehttps://github.com/snd/strider
repositoryhttps://github.com/snd/strider.git
max_upload_size
id3788
size48,046
(snd)

documentation

https://snd.github.io/strider/strider/index.html

README

strider

Build Status

[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.

read the documentation for an example and more !

contributing

licensed under either of apache-2.0 or MIT at your option

Commit count: 85

cargo fmt