rust/src/liballoc/benches
bors d5b6b95aef Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapin
Non-naive implementation of `VecDeque.append`

Replaces the old, simple implementation with a more manual (and **unsafe** 😱) one. I've added 1 more test and verified that it covers all 6 code paths in the function.

This new implementation was about 60% faster than the old naive one when I tried benchmarking it.
2018-08-18 08:56:12 +00:00
..
btree Fix use of rand in liballoc benches 2017-11-29 20:14:52 +01:00
lib.rs Remove unnecessary or invalid feature attributes 2018-08-05 15:54:48 +01:00
linked_list.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
slice.rs Add lexicographic sorting benchmark 2018-03-18 12:50:58 +00:00
str.rs Remove unused AsciiExt imports and fix tests related to ascii methods 2017-11-03 21:27:40 +01:00
string.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
vec.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
vec_deque.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
vec_deque_append.rs Add benchmark for VecDeque append 2018-08-10 21:52:00 +02:00