rust/library/core/benches
The 8472 070ce235f2 Specialize StepBy<Range<{integer}>>
For ranges < usize we determine the number of items
StepBy would yield and then store that in the range.end
instead of the actual end. This significantly
simplifies calculation of the loop induction variable
especially in cases where StepBy::step (an usize)
could overflow the Range's item type
2023-06-23 00:17:34 +02:00
..
ascii
char
hash
num Rollup merge of #108291 - chenyukang:yukang/fix-benchmarks, r=workingjubilee 2023-05-15 17:12:43 +02:00
str
any.rs
array.rs Shrink size of array benchmarks 2023-02-14 05:01:24 +00:00
ascii.rs
fmt.rs fix more benchmark test with black_box 2023-02-21 03:26:40 +00:00
iter.rs Specialize StepBy<Range<{integer}>> 2023-06-23 00:17:34 +02:00
lib.rs Add a slightly-contrived tuple comparison benchmark 2023-02-17 11:46:19 -08:00
ops.rs
pattern.rs
slice.rs add benchmark 2023-06-12 13:03:29 +02:00
str.rs
tuple.rs Add a slightly-contrived tuple comparison benchmark 2023-02-17 11:46:19 -08:00