rust/library/core/benches
mazong1123 b0a85d614d Add shortcut for Grisu3 algorithm.
Check requested digit length and the fractional or integral parts of the number. Falls back earlier without trying the Grisu algorithm if the specific condition meets.

Fix #110129
2023-04-25 11:34:57 +08:00
..
ascii
char fix #107590, Fix benchmarks in library/core with black_box 2023-02-03 00:33:36 +08:00
hash
num Add shortcut for Grisu3 algorithm. 2023-04-25 11:34:57 +08:00
str
any.rs
array.rs Shrink size of array benchmarks 2023-02-14 05:01:24 +00:00
ascii.rs
fmt.rs
iter.rs add benchmark for iter::ArrayChunks::fold specialization 2022-11-07 21:44:24 +01:00
lib.rs Add a slightly-contrived tuple comparison benchmark 2023-02-17 11:46:19 -08:00
ops.rs
pattern.rs
slice.rs
str.rs
tuple.rs Add a slightly-contrived tuple comparison benchmark 2023-02-17 11:46:19 -08:00