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 }}
robaho
/
fixed
Public
Notifications
You must be signed in to change notification settings
Fork
38
Star
353
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/dual int64 18 18 precision
- #31
#31
Draft
PKartaviy
wants to merge 12 commits into
robaho:master
robaho/fixed:master
from
PKartaviy:feat/dual-int64-18-18-precision
PKartaviy/fixed:feat/dual-int64-18-18-precision
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Draft
Feat/dual int64 18 18 precision
#31
PKartaviy
wants to merge 12 commits into
robaho:master
robaho/fixed:master
from
PKartaviy:feat/dual-int64-18-18-precision
PKartaviy/fixed:feat/dual-int64-18-18-precision
Copy head branch name to clipboard
Commits
Commits on Jan 26, 2026
changed nPlaces to 8 numbers
PKartaviy
committed
f3affc7
View commit details
Copy full SHA for f3affc7
Browse repository at this point
rename the module fork, to simplify imports
PKartaviy
committed
fd029d1
View commit details
Copy full SHA for fd029d1
Browse repository at this point
decrease version of decimal for compatibility
PKartaviy
committed
0d88474
View commit details
Copy full SHA for 0d88474
Browse repository at this point
Implement dual int64 architecture for extended precision (18.18)
Show description for 42a1b4c
PKartaviy
and
claude
committed
42a1b4c
View commit details
Copy full SHA for 42a1b4c
Browse repository at this point
Commits on Feb 16, 2026
Fix critical bugs and add comprehensive test suite
Show description for 83e2b9c
PKartaviy
and
claude
committed
83e2b9c
View commit details
Copy full SHA for 83e2b9c
Browse repository at this point
Implement zero-allocation Mul using base-10^9 schoolbook multiplication
Show description for 4d788af
PKartaviy
and
claude
committed
4d788af
View commit details
Copy full SHA for 4d788af
Browse repository at this point
Fix zero-operand sign bug in Mul and improve test coverage
Show description for ff3ebf2
PKartaviy
and
claude
committed
ff3ebf2
View commit details
Copy full SHA for ff3ebf2
Browse repository at this point
Implement zero-allocation NewF using stack buffer and byte parsing
Show description for 0305ab7
PKartaviy
and
claude
committed
0305ab7
View commit details
Copy full SHA for 0305ab7
Browse repository at this point
Commits on Feb 18, 2026
Implement zero-allocation Div using base-10^9 long division (Knuth Algorithm D)
Show description for fa209b0
PKartaviy
and
claude
committed
fa209b0
View commit details
Copy full SHA for fa209b0
Browse repository at this point
Commits on Feb 23, 2026
use more precise ipow10. Explicitly process errors
PKartaviy
committed
bcb0e5e
View commit details
Copy full SHA for bcb0e5e
Browse repository at this point
Optimize tostr() to zero-allocation using stack byte buffer
Show description for 3cf1c71
PKartaviy
and
claude
committed
3cf1c71
View commit details
Copy full SHA for 3cf1c71
Browse repository at this point
Add thorough tests for tostr() and MarshalJSON benchmark
Show description for e57e4a0
PKartaviy
and
claude
committed
e57e4a0
View commit details
Copy full SHA for e57e4a0
Browse repository at this point
You can’t perform that action at this time.