rust/library/core/benches
Matthias Krüger 17c95b6330
Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum
optimize EscapeAscii's Display  and CStr's Debug

```
old:
    ascii::bench_ascii_escape_display_mixed      17.97µs/iter +/- 204.00ns
    ascii::bench_ascii_escape_display_no_escape 545.00ns/iter   +/- 6.00ns
new:
    ascii::bench_ascii_escape_display_mixed      4.99µs/iter +/- 56.00ns
    ascii::bench_ascii_escape_display_no_escape 91.00ns/iter  +/- 1.00ns
```
2024-01-20 09:37:25 +01:00
..
ascii Make some usize-typed masks definition agnostic to the size of usize 2022-04-15 17:04:59 +02:00
char fix #107590, Fix benchmarks in library/core with black_box 2023-02-03 00:33:36 +08:00
hash mv std libs to library/ 2020-07-27 19:51:13 -05:00
num Reduced amount of int_pow benches 2024-01-11 14:00:01 -05:00
str benchmarks for Chars::advance_by 2023-11-27 22:06:35 +01:00
any.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
array.rs Shrink size of array benchmarks 2023-02-14 05:01:24 +00:00
ascii.rs optimize Cstr/EscapeAscii display 2023-06-29 01:55:03 +02:00
fmt.rs fix more benchmark test with black_box 2023-02-21 03:26:40 +00:00
iter.rs fix 2023-07-23 09:58:31 +00:00
lib.rs benchmarks for Chars::advance_by 2023-11-27 22:06:35 +01:00
ops.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
pattern.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
slice.rs Adjust library tests for unused_tuple_struct_fields -> dead_code 2024-01-02 15:34:37 -05:00
str.rs benchmarks for Chars::advance_by 2023-11-27 22:06:35 +01:00
tuple.rs Add a slightly-contrived tuple comparison benchmark 2023-02-17 11:46:19 -08:00