Matt Brubeck f59b4e9aee Release version 0.4.1
New features:

* `no_std` support (#49).
* `SmallVec<[u8; N]>` implements the `Write` trait (#52).
* Add an `ExtendFromSlice` trait for both `Vec` and `SmallVec` (#54).
2017-06-28 11:11:18 -07:00
2017-03-14 12:10:18 -07:00
2017-06-28 11:10:10 -07:00
2017-06-28 11:11:18 -07:00
2017-06-28 11:10:10 -07:00
2017-06-28 11:10:10 -07:00

rust-smallvec

Documentation

"Small vector" optimization for Rust: store up to a small number of items on the stack

S
Description
对于小的vector,存储在栈上以优化性能表现
Readme 1.1 MiB
Languages
Rust 98.8%
Shell 1.2%