rust/library/core/benches
Arpad Borsos 0334c45bb5
Write `char::DebugEscape` sequences using `write_str`
Instead of writing each `char` of an escape sequence one by one,
this delegates to `Display`, which uses `write_str` internally
in order to write the whole escape sequence at once.
2024-05-20 10:04:44 +02: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
net Add benches for `net` parsing 2024-03-04 18:46:24 -05:00
num Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472 2024-04-22 20:25:58 +02:00
str Write `char::DebugEscape` sequences using `write_str` 2024-05-20 10:04:44 +02: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 bench trustedrandomaccess specialization in zip 2024-01-10 18:59:44 +01:00
lib.rs disable benches in Miri 2024-04-07 09:58:10 +02: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 Add benchmarks for `impl Debug for str` 2024-05-01 09:54:29 +02:00
tuple.rs Add a slightly-contrived tuple comparison benchmark 2023-02-17 11:46:19 -08:00