rust/library/core/src/slice
bors 5750a6aa27 Auto merge of #93765 - zhangyunhao116:heapsort, r=m-ou-se
Optimize heapsort

The new implementation is about 10% faster than the previous one(sorting random 1000 items).
2022-06-20 18:09:30 +00:00
..
iter Warn on unused doc(hidden) on trait impl items 2022-05-08 22:53:14 +02:00
ascii.rs Make some usize-typed masks definition agnostic to the size of usize 2022-04-15 17:04:59 +02:00
cmp.rs make memcmp return a value of c_int_width instead of i32 2022-04-02 17:21:08 -07:00
index.rs Fix a mistake in SliceIndex's documentation 2022-05-24 13:22:41 -04:00
iter.rs Rollup merge of #93080 - SkiFire13:itermut-as_mut_slice, r=m-ou-se 2022-06-20 14:56:33 +02:00
memchr.rs Make some usize-typed masks definition agnostic to the size of usize 2022-04-15 17:04:59 +02:00
mod.rs Remove memset alias from fill_with. 2022-05-30 16:26:00 -07:00
raw.rs Rollup merge of #97366 - WaffleLapkin:stabilize_array_slice_from_ref, r=dtolnay 2022-06-03 11:18:23 +02:00
rotate.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
sort.rs Optimize heapsort 2022-06-20 08:30:27 +00:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00