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
Accelerator
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 }}
ericmj
/
decimal
Public
Notifications
You must be signed in to change notification settings
Fork
111
Star
478
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Performance: cut context, digit-count and float-conversion overhead
- #241
#241
Merged
ericmj
merged 12 commits into
ericmj:main
ericmj/decimal:main
from
ismaelga:perf-followup
ismaelga/decimal-perf:perf-followup
Copy head branch name to clipboard
Aug 20, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Performance: cut context, digit-count and float-conversion overhead
#241
ericmj
merged 12 commits into
ericmj:main
ericmj/decimal:main
from
ismaelga:perf-followup
ismaelga/decimal-perf:perf-followup
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
Performance: cut context, digit-count and float-conversion overhead
Show description for e3311ce
ismaelga
committed
e3311ce
View commit details
Copy full SHA for e3311ce
Browse repository at this point
Keep bench.exs to_float operands inside the double range
ismaelga
committed
9c11a97
View commit details
Copy full SHA for 9c11a97
Browse repository at this point
Compare benchmark runs in Elixir instead of a Python script
Show description for f6b8dd2
ismaelga
committed
f6b8dd2
View commit details
Copy full SHA for f6b8dd2
Browse repository at this point
Tighten comments and drop a redundant exponent check
Show description for 671c37f
ismaelga
committed
671c37f
View commit details
Copy full SHA for 671c37f
Browse repository at this point
Pin that equal exponents cannot amplify a coefficient
Show description for 1f1a5eb
ismaelga
committed
1f1a5eb
View commit details
Copy full SHA for 1f1a5eb
Browse repository at this point
Make bench.exs measure another checkout and load a saved run
Show description for ad7a3c9
ismaelga
committed
ad7a3c9
View commit details
Copy full SHA for ad7a3c9
Browse repository at this point
Drop the unreachable base10?/1 branch in div_calc/4
Show description for 83b6559
ismaelga
committed
83b6559
View commit details
Copy full SHA for 83b6559
Browse repository at this point
normalize/1: return the input struct when the coefficient is already minimal
Show description for 7d362eb
ismaelga
committed
7d362eb
View commit details
Copy full SHA for 7d362eb
Browse repository at this point
Keep the digit accumulator running past leading zeros
Show description for ec549f4
ericmj
committed
ec549f4
View commit details
Copy full SHA for ec549f4
Browse repository at this point
Remove duplication and churn from the perf pass
Show description for 48f61a1
ericmj
committed
48f61a1
View commit details
Copy full SHA for 48f61a1
Browse repository at this point
Make the bench scripts measure what they claim
Show description for 8e663ad
ericmj
committed
8e663ad
View commit details
Copy full SHA for 8e663ad
Browse repository at this point
Inline adjust_exp/1
Show description for 0436e71
ericmj
committed
0436e71
View commit details
Copy full SHA for 0436e71
Browse repository at this point
You can’t perform that action at this time.