Version 8.2.6
What's Changed
- Unroll the integer-part digit scan (straight-line for the common 1-5 digit case) by @fcostaoliveira in #381
- Add a 4-digit SWAR follow-up to loop_parse_if_eight_digits (clang) by @fcostaoliveira in #382
- Parallelize the exhaustive float32 sweeps across hardware threads (~75-88x) by @fcostaoliveira in #383
New Contributors
- @fcostaoliveira made their first contribution in #381
Full Changelog: v8.2.5...v8.2.6