rust/library/alloc
The8472 232065074d recover vectorization
switch to try_fold and segregate the drop handling to keep
collect::<Vec<u8>>() and similar optimizer-friendly

It comes at the cost of less accurate debug_asserts and code complexity
2020-09-03 20:59:09 +02:00
..
benches update benches 2020-09-03 20:59:09 +02:00
src recover vectorization 2020-09-03 20:59:09 +02:00
tests in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters 2020-09-03 20:59:03 +02:00
Cargo.toml