rust/src/liballoc
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
..
2018-08-06 12:18:47 +02:00
2018-08-10 21:52:00 +02:00
2018-08-01 11:59:08 -06:00
2018-07-31 20:53:53 +03:00