| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fast_float.h | 2026-03-10 | 169.8 kB | |
| README.md | 2026-03-10 | 915 Bytes | |
| Version 8.2.4 source code.tar.gz | 2026-03-10 | 122.3 kB | |
| Version 8.2.4 source code.zip | 2026-03-10 | 167.4 kB | |
| Totals: 4 Items | 460.4 kB | 0 | |
What's Changed
This release can boost the performance by about 10% in some cases thanks to @kolemannix
- Add more boundary test cases for double and float parsing by @976520 in https://github.com/fastfloat/fast_float/pull/366
- fix warning C4702: unreachable code by @x1sc0 in https://github.com/fastfloat/fast_float/pull/368
- Mention C under other languages by @kolemannix in https://github.com/fastfloat/fast_float/pull/372
- A few inlines by @kolemannix in https://github.com/fastfloat/fast_float/pull/374
New Contributors
- @976520 made their first contribution in https://github.com/fastfloat/fast_float/pull/366
- @x1sc0 made their first contribution in https://github.com/fastfloat/fast_float/pull/368
- @kolemannix made their first contribution in https://github.com/fastfloat/fast_float/pull/372
Full Changelog: https://github.com/fastfloat/fast_float/compare/v8.2.3...v8.2.4