Changelog for fastfloat: 8.2.10 -> 8.3.0 b0ab987 Version 8.3.0 3254622 Add chars_format::javascript_sloppy (Annex B NonOctalDecimalIntegerLiteral) e0e355c Merge pull request #407 from fastfloat/javascript-format 4fcb7e3 Fix clang-format 17 on FASTFLOAT_ASSERT macros f837a78 Add chars_format::javascript (ECMAScript DecimalLiteral) a8a02f7 Merge pull request #405 from fastfloat/old-style-cast 12e310a Avoid old-style casts 13ecd70 Merge pull request #399 from dg0yt/max a1f63a8 Merge pull request #404 from latent-9/docs/fix-strtod-typo 37fb7d7 docs: fix strtod function name in README c335514 Fix compat with min() macro ec239e0 Fix compat with max() macro f6df0f2 Merge pull request #398 from redis-performance/exp062-063-combo 11c390b Merge pull request #396 from fastfloat/dependabot/github_actions/github-actions-640176b5ab 1fa146e Bump actions/checkout in the github-actions group across 1 directory ce25f0d Remove Stars section from README 46b2fba Reconcile redis-perf/optim: content superseded by upstream #381/#382/#387 5082489 EXP-063: test the mode-independent mantissa bound before the rounds_to_nearest probe f4f36e0 EXP-062: enable the 4-digit SWAR fraction follow-up on all compilers (drop __clang__ gate) 8ec5d23 Merge pull request #395 from sahvx655-wq/is-space-signed-compare c539b53 guard is_space against negative signed code units 3ff2c0b EXP-053: clang-format (reflow comment + expression wrap; no semantic change) a30c1f3 EXP-053: 4-digit SWAR follow-up in loop_parse_if_eight_digits, GCC path (ffc EXP-001) ee84946 EXP-052: 2x unroll of char loop_parse_if_eight_digits (ported from ffc EXP-044) 8db9edb EXP-050: straight-line nested-if integer-part scan (ported from ffc EXP-026/028)