rust/library/core/benches/num/flt2dec/strategy
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
..
dragon.rs
grisu.rs Add shortcut for Grisu3 algorithm. 2023-04-25 11:34:57 +08:00