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
- Store arbitrary types on `[u8; N]`?
- Alternate layout with more space for small inline elements?
- Ergonomic way to specify the maximum "for free" capacity (i.e., leverage padding)?
- Mismatched types on trait implementation with const generics
- Document `with_capacity` capacity
- Make `SmallVec::new` const
- SmallVec<[u8; 16]>::clone is not optimized to a memcpy
- u32 capacity and length?
- Deprecate insert_many (and add splice?)
- Add a `RawSmallVec` type
- Docs
- Rust not yet supported