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 }}
olbrich
/
ruby-units
Public
Notifications
You must be signed in to change notification settings
Fork
111
Star
545
Code
Issues
10
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Faster ruby-units
- #389
#389
Open
smathieu
wants to merge 14 commits into
olbrich:master
olbrich/ruby-units:master
from
tangibleMaterials:master
tangibleMaterials/ruby-units:master
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Faster ruby-units
#389
smathieu
wants to merge 14 commits into
olbrich:master
olbrich/ruby-units:master
from
tangibleMaterials:master
tangibleMaterials/ruby-units:master
Copy head branch name to clipboard
Commits
Commits on Mar 3, 2026
Plan
smathieu
committed
3b4745a
View commit details
Copy full SHA for 3b4745a
Browse repository at this point
Replace regex-based unit parsing with hash-based architecture
Show description for 41cbfa8
smathieu
and
claude
committed
41cbfa8
View commit details
Copy full SHA for 41cbfa8
Browse repository at this point
Fix scalar bug
smathieu
committed
57f9f03
View commit details
Copy full SHA for 57f9f03
Browse repository at this point
Add C extension for hot path acceleration (Phases 2-4)
Show description for 7fe1279
smathieu
and
claude
committed
7fe1279
View commit details
Copy full SHA for 7fe1279
Browse repository at this point
Fix Unit.new(nil, "unit") raising ArgumentError instead of defaulting to scalar 1
Show description for 498db62
smathieu
and
claude
committed
498db62
View commit details
Copy full SHA for 498db62
Browse repository at this point
Fix Unit.new(numeric, Unit) and multi-word unit alias parsing
Show description for 15797cb
smathieu
and
claude
committed
15797cb
View commit details
Copy full SHA for 15797cb
Browse repository at this point
Commits on Mar 4, 2026
Optimize C extension: replace rb_funcall with direct ivar/hash access
Show description for a9d7beb
smathieu
and
claude
committed
a9d7beb
View commit details
Copy full SHA for a9d7beb
Browse repository at this point
Harden C extension and clean up review findings
Show description for e8af017
smathieu
and
claude
committed
e8af017
View commit details
Copy full SHA for e8af017
Browse repository at this point
Remove .claude/settings.local.json from tracking and gitignore it
Show description for 48d91d7
smathieu
and
claude
committed
48d91d7
View commit details
Copy full SHA for 48d91d7
Browse repository at this point
Add rake-compiler to Gemfile for C extension build
Show description for 137527e
smathieu
and
claude
committed
137527e
View commit details
Copy full SHA for 137527e
Browse repository at this point
Remove plan files and gitignore C extension build artifacts
Show description for 0461eed
smathieu
and
claude
committed
0461eed
View commit details
Copy full SHA for 0461eed
Browse repository at this point
Skip C extension compilation on JRuby
Show description for 6c8958a
smathieu
and
claude
committed
6c8958a
View commit details
Copy full SHA for 6c8958a
Browse repository at this point
Fix temperature base_scalar when parsed from cache
Show description for f5de161
smathieu
and
claude
committed
f5de161
View commit details
Copy full SHA for f5de161
Browse repository at this point
Merge pull request #1 from tangibleMaterials/c-implementation
Show description for 5924de0
smathieu
authored
5924de0
View commit details
Copy full SHA for 5924de0
Browse repository at this point
You can’t perform that action at this time.