Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
fastfloat
/
fast_float
Public
Notifications
You must be signed in to change notification settings
Fork
166
Star
1.9k
Code
Issues
16
Pull requests
5
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 31, 2025
Merge pull request #336 from fastfloat/dependabot/github_actions/github-actions-625a8519cf
Show description for 7b21183
lemire
authored
7b21183
Copy full SHA for 7b21183
Commits on Oct 27, 2025
Bump the github-actions group across 1 directory with 4 updates
Show description for 8ac7279
dependabot[bot]
authored
8ac7279
Copy full SHA for 8ac7279
Commits on Oct 10, 2025
Update README.md
lemire
authored
e77e2bc
Copy full SHA for e77e2bc
Commits on Oct 4, 2025
Merge pull request #334 from toughengineer/max-infinity_corner_cases
Show description for 24fa687
lemire
authored
24fa687
Copy full SHA for 24fa687
Added corner cases around max value/infinity
toughengineer
committed
88f6c5e
Copy full SHA for 88f6c5e
Commits on Sep 30, 2025
Merge pull request #333 from toughengineer/made_function_non-template
Show description for 83a4f69
lemire
authored
83a4f69
Copy full SHA for 83a4f69
made function non-template
Show description for 1ea4d25
toughengineer
committed
1ea4d25
Copy full SHA for 1ea4d25
Commits on Sep 29, 2025
lint
lemire
committed
7262d94
Copy full SHA for 7262d94
Merge pull request #328 from toughengineer/int_multiplication_by_power_of_10
Show description for 23f16ad
lemire
authored
23f16ad
Copy full SHA for 23f16ad
specialize for std::float32_t and std::float64_t explicitly
Show description for fd98fd6
lemire
authored and
toughengineer
committed
fd98fd6
Copy full SHA for fd98fd6
clang format
toughengineer
committed
197c0ff
Copy full SHA for 197c0ff
fixed copy&paste error and minor mess
toughengineer
committed
e9438e6
Copy full SHA for e9438e6
added doc to README and examples
toughengineer
committed
7abb574
Copy full SHA for 7abb574
Commits on Sep 24, 2025
Merge pull request #330 from jbicha/repology-badge
Show description for 04e8e54
dalle
authored
04e8e54
Copy full SHA for 04e8e54
README.md: update repology badge
jbicha
committed
e4b949e
Copy full SHA for e4b949e
Commits on Sep 18, 2025
added tests + some refactoring
toughengineer
committed
01e5057
Copy full SHA for 01e5057
added template overload for `integer_times_pow10()`
toughengineer
committed
13345ca
Copy full SHA for 13345ca
version 8.1.0
lemire
committed
88b1e53
Copy full SHA for 88b1e53
Merge pull request #326 from fastfloat/patch803
Show description for 2aa6d0b
lemire
authored
2aa6d0b
Copy full SHA for 2aa6d0b
format
lemire
committed
0b6d911
Copy full SHA for 0b6d911
Merge pull request #327 from toughengineer/int_multiplication_by_power_of_10
Show description for 2d65744
lemire
authored
2d65744
Copy full SHA for 2d65744
minor fix of forward declaration
toughengineer
committed
7a77227
Copy full SHA for 7a77227
Merge pull request #320 from toughengineer/int_multiplication_by_power_of_10
Show description for e20c952
lemire
authored
e20c952
Copy full SHA for e20c952
release candidate 8.0.3
lemire
committed
bb956b2
Copy full SHA for bb956b2
compatibility fix
lemire
committed
48fc540
Copy full SHA for 48fc540
Merge pull request #325 from InvalidUsernameException/emoji-parses-as-int
Show description for e5612e9
lemire
authored
e5612e9
Copy full SHA for e5612e9
Add Blender to the list of projects using fast_float
lemire
authored
fb384a4
Copy full SHA for fb384a4
Commits on Sep 15, 2025
Do not mis-parse certain wide-character emojis as integer
Show description for 9d81c71
InvalidUsernameException
committed
9d81c71
Copy full SHA for 9d81c71
Commits on Sep 12, 2025
Merge pull request #322 from leiwen2025/rv-support
Show description for fec4082
lemire
authored
fec4082
Copy full SHA for fec4082
Update risc.yml
lemire
authored
e89e248
Copy full SHA for e89e248
adding risc ci
lemire
committed
96fc38f
Copy full SHA for 96fc38f
Commits on Sep 11, 2025
float_common.h: Support RISC-V
leiwen2025
committed
6677924
Copy full SHA for 6677924
Commits on Sep 5, 2025
now finally got the anti-ambiguity overloads right, right?
toughengineer
committed
0a23032
Copy full SHA for 0a23032
finally got the anti-ambiguity overloads right?
toughengineer
committed
7ae62ee
Copy full SHA for 7ae62ee
Merge pull request #314 from fastfloat/P2497R0
Show description for 4bb6fd1
lemire
authored
4bb6fd1
Copy full SHA for 4bb6fd1
Pagination
Previous
Next
You can’t perform that action at this time.