rust/library/alloc/benches
2021-08-28 17:18:43 -07:00
..
btree add benchmark for BTreeMap::from_iter 2021-08-28 17:18:43 -07:00
binary_heap.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
lib.rs Vec::dedup optimization - add benches 2021-03-16 14:41:26 +01:00
linked_list.rs
slice.rs
str.rs
string.rs
vec.rs implement fold() on array::IntoIter to improve flatten().collect() perf 2021-07-24 19:24:11 +02:00
vec_deque.rs
vec_deque_append.rs