| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fast_float.h | 2026-02-03 | 169.7 kB | |
| README.md | 2026-02-03 | 1.2 kB | |
| Version 8.2.3 source code.tar.gz | 2026-02-03 | 121.6 kB | |
| Version 8.2.3 source code.zip | 2026-02-03 | 166.3 kB | |
| Totals: 4 Items | 458.9 kB | 0 | |
What's Changed
- add base check for uint8 by @shikharish in https://github.com/fastfloat/fast_float/pull/358
- fix issue with s390x. by @lemire in https://github.com/fastfloat/fast_float/pull/360
- optimize uint16 parsing by @shikharish in https://github.com/fastfloat/fast_float/pull/359
- optimize fastfloat_strncasecmp by @sleepingeight in https://github.com/fastfloat/fast_float/pull/356
- Bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/fastfloat/fast_float/pull/344
- fix early return error in fastfloat_strncasecmp by @sleepingeight in https://github.com/fastfloat/fast_float/pull/362
- Clarify behavior for underflow by @pitrou in https://github.com/fastfloat/fast_float/pull/363
- Fix overzealous build-time
/permissive-propagating to compile-time (cross-compilation bug) by @nyoma-diamond in https://github.com/fastfloat/fast_float/pull/365
New Contributors
- @sleepingeight made their first contribution in https://github.com/fastfloat/fast_float/pull/356
- @nyoma-diamond made their first contribution in https://github.com/fastfloat/fast_float/pull/365
Full Changelog: https://github.com/fastfloat/fast_float/compare/v8.2.2...v8.2.3