| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fast_float.h | 2026-06-12 | 176.2 kB | |
| README.md | 2026-06-12 | 808 Bytes | |
| Version 8.2.9 source code.tar.gz | 2026-06-12 | 136.0 kB | |
| Version 8.2.9 source code.zip | 2026-06-12 | 183.8 kB | |
| Totals: 4 Items | 496.8 kB | 0 | |
What's Changed
- Remove an else if statement that is always false by @correctmost in https://github.com/fastfloat/fast_float/pull/390
- Remove an unreachable return statement by @correctmost in https://github.com/fastfloat/fast_float/pull/389
- Fix compile error with gcc 9: use of [[unlikely]] by @biojppm in https://github.com/fastfloat/fast_float/pull/392
- reject non-digit wide code units in uint8/uint16 integer fast path by @sahvx655-wq in https://github.com/fastfloat/fast_float/pull/391
New Contributors
- @correctmost made their first contribution in https://github.com/fastfloat/fast_float/pull/390
- @sahvx655-wq made their first contribution in https://github.com/fastfloat/fast_float/pull/391
Full Changelog: https://github.com/fastfloat/fast_float/compare/v8.2.8...v8.2.9