rust-smallvec
https://github.com/servo/rust-smallvec
Rust
"Small vector" optimization for Rust: store up to a small number of items on the stack
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported0 Subscribers
Add a CodeTriage badge to rust-smallvec
Help out
- Issues
- Interacting with `Cow`?
- `spilled()` is very slow
- Add `SmallVec::extract_if` to match `Vec::extract_if`
- Wishlist: `TryFrom<SmallVec<A>> for [T; N]`
- Make RawSmallVec private (v2).
- test_size fails on 32-bit.
- Copy types
- Add a string type built on top of `SmallVec<u8>`?
- Is this library support parallel iterator?
- Add a `borsh` feature to get Borsh traits implemented
- Docs
- Rust not yet supported