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
Type
/
to 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
.
HaxeFoundation
/
hxcpp
Public
Notifications
You must be signed in to change notification settings
Fork
227
Star
328
Code
Issues
194
Pull requests
43
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Optimise new encoding functions
- #1306
#1306
Merged
Aidan63
merged 10 commits into
HaxeFoundation:master
HaxeFoundation/hxcpp:master
from
tobil4sk:fix/optimize-encoding
tobil4sk/hxcpp:fix/optimize-encoding
Copy head branch name to clipboard
Jun 19, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Optimise new encoding functions
#1306
Aidan63
merged 10 commits into
HaxeFoundation:master
HaxeFoundation/hxcpp:master
from
tobil4sk:fix/optimize-encoding
tobil4sk/hxcpp:fix/optimize-encoding
Copy head branch name to clipboard
Commits
Commits on Mar 18, 2026
Merge encodings into a single file
Show description for 7bbde58
tobil4sk
committed
7bbde58
View commit details
Copy full SHA for 7bbde58
Browse repository at this point
Avoid duplicate string iteration for ascii checks
tobil4sk
committed
854eef5
View commit details
Copy full SHA for 854eef5
Browse repository at this point
Add utf8 encode function that allocates output
Show description for 7ede40a
tobil4sk
committed
7ede40a
View commit details
Copy full SHA for 7ede40a
Browse repository at this point
Pass char32_t by value instead of by reference
tobil4sk
committed
13e0791
View commit details
Copy full SHA for 13e0791
Browse repository at this point
Estimate utf8 length instead of iterating
tobil4sk
committed
26f03c7
View commit details
Copy full SHA for 26f03c7
Browse repository at this point
Make Utf16::codepoint locally inline
tobil4sk
committed
b535150
View commit details
Copy full SHA for b535150
Browse repository at this point
Simplify ascii check
tobil4sk
committed
9411971
View commit details
Copy full SHA for 9411971
Browse repository at this point
Fix utf8 encode resize
tobil4sk
committed
a441f63
View commit details
Copy full SHA for a441f63
Browse repository at this point
Commits on Mar 26, 2026
Avoid duplicate pass in utf8 decode
tobil4sk
committed
ac49c6d
View commit details
Copy full SHA for ac49c6d
Browse repository at this point
Use realloc instead of allocChar16Ptr
tobil4sk
committed
ae132b9
View commit details
Copy full SHA for ae132b9
Browse repository at this point
You can’t perform that action at this time.