Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
quickjs-ng
/
quickjs
Public
Notifications
You must be signed in to change notification settings
Fork
372
Star
3.7k
Code
Issues
61
Pull requests
43
Discussions
Actions
Security and quality
10
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
perf(dtoa,quickjs): speed up string<->number conversions
- #1664
#1664
Open
zzjjob
wants to merge 8 commits into
quickjs-ng:master
quickjs-ng/quickjs:master
from
zzjjob:perf/string-number-conversions
zzjjob/quickjs-ng:perf/string-number-conversions
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
perf(dtoa,quickjs): speed up string<->number conversions
#1664
zzjjob
wants to merge 8 commits into
quickjs-ng:master
quickjs-ng/quickjs:master
from
zzjjob:perf/string-number-conversions
zzjjob/quickjs-ng:perf/string-number-conversions
Copy head branch name to clipboard
Commits
Commits on Aug 24, 2026
perf(dtoa): fast path for plain decimal string to double
Show description for 8604e88
zzjjob
committed
8604e88
View commit details
Copy full SHA for 8604e88
Browse repository at this point
perf(dtoa): Ryu shortest representation for free-format doubles
Show description for 3389db9
zzjjob
committed
3389db9
View commit details
Copy full SHA for 3389db9
Browse repository at this point
perf(quickjs): fast StringToNumber path for plain decimal strings
Show description for 5869f43
zzjjob
committed
5869f43
View commit details
Copy full SHA for 5869f43
Browse repository at this point
perf(quickjs): single-scan StringToNumber via dtoa fast parser
Show description for ebd7125
zzjjob
committed
ebd7125
View commit details
Copy full SHA for ebd7125
Browse repository at this point
fix(dtoa): undefined behavior when the 64-bit division quotient is zero
Show description for b6de8c8
zzjjob
committed
b6de8c8
View commit details
Copy full SHA for b6de8c8
Browse repository at this point
fix(dtoa): guard fast-parser declarations like their definitions
Show description for cc8ba8a
zzjjob
committed
cc8ba8a
View commit details
Copy full SHA for cc8ba8a
Browse repository at this point
fix(dtoa): disable the string fast path for MSVC-target clang
Show description for 7c552da
zzjjob
committed
7c552da
View commit details
Copy full SHA for 7c552da
Browse repository at this point
refactor(dtoa): address review feedback
Show description for 66344c5
zzjjob
committed
66344c5
View commit details
Copy full SHA for 66344c5
Browse repository at this point
You can’t perform that action at this time.