RealTimeChris 11a6232927 Adding new loop_parse_if_digits function. [skip ci]
We can eliminate one of the subtractions from within is_made_of_eight_digits_fast and parse_eight_digits_unrolled by instead moving it out into when the value is collected. Additionally, we can also save some overhead by not collecting the value twice for each iteration of the loop within loop_parse_if_eight_digits.
2024-11-24 14:27:21 -05:00
..
fast_float Adding new loop_parse_if_digits function. [skip ci] 2024-11-24 14:27:21 -05:00