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 }}
thecppzoo
/
zoo
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
138
Code
Issues
10
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implementation of a std::string-like type with a tiny controller type (sizeof(zoo::Str<void *>) == 8)
- #105
#105
Open
thecppzoo
wants to merge 16 commits into
master
thecppzoo/zoo:master
from
em/string
thecppzoo/zoo:em/string
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
Implementation of a std::string-like type with a tiny controller type (sizeof(zoo::Str<void *>) == 8)
#105
thecppzoo
wants to merge 16 commits into
master
thecppzoo/zoo:master
from
em/string
thecppzoo/zoo:em/string
Copy head branch name to clipboard
Commits
Commits on Nov 28, 2024
Initial
thecppzoo
committed
b4f2f4c
View commit details
Copy full SHA for b4f2f4c
Browse repository at this point
Fixes c_str
thecppzoo
committed
792fa68
View commit details
Copy full SHA for 792fa68
Browse repository at this point
Destructor, noexceptness
thecppzoo
committed
8b0ca1c
View commit details
Copy full SHA for 8b0ca1c
Browse repository at this point
Commits on Nov 30, 2024
refactoring
thecppzoo
committed
591960d
View commit details
Copy full SHA for 591960d
Browse repository at this point
Completes unit tests
thecppzoo
committed
add6f57
View commit details
Copy full SHA for add6f57
Browse repository at this point
Commits on Dec 1, 2024
First rough benchmarks
thecppzoo
committed
caf5f0d
View commit details
Copy full SHA for caf5f0d
Browse repository at this point
Potential fix to Xcode c++ standard, avx2
thecppzoo
committed
d6e27fe
View commit details
Copy full SHA for d6e27fe
Browse repository at this point
Commits on Dec 2, 2024
Alignment does not have to be to the size of the prototype, just its alignment
thecppzoo
committed
17df30f
View commit details
Copy full SHA for 17df30f
Browse repository at this point
Efficiency exploration
thecppzoo
committed
f3f2872
View commit details
Copy full SHA for f3f2872
Browse repository at this point
Did not account for the controlling type itself
thecppzoo
committed
88c2e60
View commit details
Copy full SHA for 88c2e60
Browse repository at this point
Commits on Dec 4, 2024
Potential needed syntax fix in old infrastructure
thecppzoo
committed
ad5c4fd
View commit details
Copy full SHA for ad5c4fd
Browse repository at this point
Commits on Dec 6, 2024
Edit to the comment section
rambl30n
committed
dacbcd0
View commit details
Copy full SHA for dacbcd0
Browse repository at this point
Update Str.h
Show description for 2e27722
thecppzoo
authored
2e27722
View commit details
Copy full SHA for 2e27722
Browse repository at this point
Commits on Dec 8, 2024
lastByte in a constant context should not return a reference
rambl30n
committed
aca36ba
View commit details
Copy full SHA for aca36ba
Browse repository at this point
Renaming lastPtr() to codePtr(), to better reflect its purpose
rambl30n
committed
0e03aeb
View commit details
Copy full SHA for 0e03aeb
Browse repository at this point
codePtr ought to return pointer to pointer
thecppzoo
authored
bfb83be
View commit details
Copy full SHA for bfb83be
Browse repository at this point
You can’t perform that action at this time.