rust/library/alloc/benches
The 8472 d0f38cc4b4 update vec::retain benchmarks
Add `into_iter().filter().collect()` as a comparison point since it was reported to be faster than `retain`.
Remove clone inside benchmark loop to reduce allocator noise.
2021-12-04 16:20:35 +01:00
..
btree
binary_heap.rs
lib.rs
linked_list.rs
slice.rs
str.rs
string.rs
vec.rs update vec::retain benchmarks 2021-12-04 16:20:35 +01:00
vec_deque.rs
vec_deque_append.rs