Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Move String backing storage to shared ptr" #3286

Merged

Conversation

m-m-adams
Copy link
Collaborator

#3219

This reverts commit cb286e and 64ebcdc (bugfix for concatenation)

In discussion with @stellar-aria we'll move towards just using std string and a small object allocator to avoid the need for CoW strings in the first place - Rohan used them to avoid fragmentation but improvements to the allocation strategy since then likely make it unneeded if we just separate strings (or all small objects?) from the main external allocator

Copy link
Contributor

Test Results

106 tests  ±0   106 ✅ ±0   1s ⏱️ ±0s
 16 suites ±0     0 💤 ±0 
 16 files   ±0     0 ❌ ±0 

Results for commit e817bdb. ± Comparison against base commit fa3f446.

@stellar-aria stellar-aria added this pull request to the merge queue Jan 15, 2025
Merged via the queue into SynthstromAudible:community with commit 3facf8a Jan 15, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants