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
- Reduce bloat from `smallvec!` in the inline case
- Include debug_metadata/*.natvis in the published crate to fix debugger_visualizer/docs.rs build
- Implement `try_with_capacity`
- smallvec 1.15.2 doc build failed
- Performance regression with rustc 1.93+
- Debugger visualizer test is failing.
- Added SmallVec::push_mut andSmallVec::insert_mut
- Solved v2 performance regressions
- Performance issues extend/push/insert on v2
- Implement `split_off`
- Docs
- Rust not yet supported