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 Add #[must_use] to remaining alloc functions 2021-10-15 11:46:49 -04: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 update vec::retain benchmarks 2021-12-04 16:20:35 +01:00
vec_deque.rs add benchmark for From<[T; N]> in VecDeque 2021-08-28 19:46:58 -07:00
vec_deque_append.rs