Files
third_party_rust_rust-smallvec/src
Nicholas Nethercote b2335682bc Optimize insert for the case where index == len.
By skipping the call to `copy` with a zero length. This makes it closer
to `push`. This speeds up rustc (which uses `SmallVec` extensively) by
2% on one benchmark.

Also clarify the panic condition.
2022-06-24 10:18:36 -07:00
..
2022-01-13 01:42:22 -05:00