servo / rust-smallvec

"Small vector" optimization for Rust: store up to a small number of items on the stack
Apache License 2.0
1.35k stars 145 forks source link

Include the cost of shifts in insert/remove benchmarks #268

Closed saethlin closed 3 years ago

saethlin commented 3 years ago

Per https://github.com/servo/rust-smallvec/issues/267