Use usize::repeat_u8 instead of implementing repeat_byte in memchr.rs#118315
Use usize::repeat_u8 instead of implementing repeat_byte in memchr.rs#118315bors merged 1 commit intorust-lang:masterfrom
usize::repeat_u8 instead of implementing repeat_byte in memchr.rs#118315Conversation
|
r? @m-ou-se (rustbot has picked a reviewer for you, use r? to override) |
|
@bors r+ rollup=never |
…ou-se Use `usize::repeat_u8` instead of implementing `repeat_byte` in `memchr.rs` It's simpler that way and the tricks don't actually make a difference: https://godbolt.org/z/zrvYY1dGx
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
Looks spurious. |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (abe34e9): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 672.005s -> 673.033s (0.15%) |
It's simpler that way and the tricks don't actually make a difference: https://godbolt.org/z/zrvYY1dGx