Skip to content

chore: add fast-float for fast floating-point parsing#1258

Merged
Zeno-sole merged 2 commits intomasterfrom
add-fast-float
Mar 11, 2026
Merged

chore: add fast-float for fast floating-point parsing#1258
Zeno-sole merged 2 commits intomasterfrom
add-fast-float

Conversation

@Zeno-sole
Copy link
Contributor

Add fast-float package for fast and accurate floating-point number parsing.

fast-float is a C++ library providing:

  • Fast implementation of C++17 from_chars for float and double
  • Parsing speeds several times faster than standard library implementations
  • Correct rounding as per IEEE 754 standard
  • Header-only library, easy to integrate

This package is needed for applications requiring high-performance numerical parsing.

Upstream: https://github.com/fastfloat/fast_float

@deepin-ci-robot deepin-ci-robot requested review from myml and tsic404 March 11, 2026 03:08
@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from zeno-sole. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Zeno-sole Zeno-sole merged commit 252d6d2 into master Mar 11, 2026
4 of 7 checks passed
@github-actions
Copy link
Contributor

Created Successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants