bors-servo 1925ea0926 Auto merge of #115 - 1tgr:master, r=mbrubeck
Add into_inner

Converts a SmallVec into an array, provided the SmallVec has not been spilled to the heap.

Addresses #85.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/115)
<!-- Reviewable:end -->
2018-08-13 14:57:43 -04:00
2018-08-05 21:01:31 -07:00
2018-08-13 19:37:27 +01:00
2018-06-06 09:19:13 -07:00
2018-06-06 09:19:13 -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%