4个版本
使用旧的Rust 2015
0.1.3 | 2016年1月11日 |
---|---|
0.1.2 | 2015年12月31日 |
0.1.1 | 2015年12月30日 |
0.1.0 | 2015年12月29日 |
#2435 在 算法
299 每月下载
用于 4 crates
21KB
229 行
strider
[一次性对多个值执行环形缓冲区操作] (https://snd.github.io/strider/strider/trait.SliceRing.html) 的 [高效实现] (https://snd.github.io/strider/strider/index.html#performance)。使用 rust 编写。
用于在可能无限的数据流中移动变量步长的窗口 [同时避免不必要的内存分配] (https://snd.github.io/strider/strider/index.html#memory)
在计算 短时傅里叶变换 时非常有用。
要使用,请将 strider = "*"
添加到您的 [dependencies]
部分,并在您的代码中调用 extern crate strider;
。