| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fast_float.h | 2026-06-01 | 171.3 kB | |
| README.md | 2026-06-01 | 674 Bytes | |
| Version 8.2.6 source code.tar.gz | 2026-06-01 | 134.1 kB | |
| Version 8.2.6 source code.zip | 2026-06-01 | 181.8 kB | |
| Totals: 4 Items | 487.8 kB | 0 | |
What's Changed
- Unroll the integer-part digit scan (straight-line for the common 1-5 digit case) by @fcostaoliveira in https://github.com/fastfloat/fast_float/pull/381
- Add a 4-digit SWAR follow-up to loop_parse_if_eight_digits (clang) by @fcostaoliveira in https://github.com/fastfloat/fast_float/pull/382
- Parallelize the exhaustive float32 sweeps across hardware threads (~75-88x) by @fcostaoliveira in https://github.com/fastfloat/fast_float/pull/383
New Contributors
- @fcostaoliveira made their first contribution in https://github.com/fastfloat/fast_float/pull/381
Full Changelog: https://github.com/fastfloat/fast_float/compare/v8.2.5...v8.2.6