Matt Brubeck 08cd041430 Version 0.6.0
Includes these changes:

* Breaking change: Remove deprecated `SmallVecN` type aliases and
  `push_all_move` method.

* Breaking change: Make `retain` pass `&mut T` to its predicate.

* Add new methods `dedup`, `dedup_by`, and `dedup_by_key`.

* Deprecate the `VecLike` trait in favor of standard library traits.

* Optimize the `Clone` and `Deserialize` implementations to avoid
  unnecessary reallocation.

* Optimize `extend_from_slice` and `insert_from_slice` to use
  `copy_nonoverlapping`.

* Include the text of the Mozilla Public License in the source repo.

* Improved documentation.
2017-11-30 09:14:36 -08:00
2017-03-14 12:10:18 -07:00
2017-11-30 09:14:36 -08:00
2017-10-27 17:27:49 -07:00
2017-11-30 09:12:12 -08:00

rust-smallvec

Documentation

Release notes

"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%