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

feature: BoxString #56

Merged
merged 2 commits into from
Feb 27, 2022
Merged

feature: BoxString #56

merged 2 commits into from
Feb 27, 2022

Conversation

ParkMyCar
Copy link
Owner

This PR adds another heap implementation called BoxString. It's a non-reference counted heap string that stores the capacity and string buffer on the heap. Eventually this will be the default implementation for heap storage, and users can opt into atomic reference counting (the current impl) via a new type.

@ParkMyCar ParkMyCar mentioned this pull request Feb 19, 2022
@ParkMyCar ParkMyCar merged commit 8f317e4 into main Feb 27, 2022
@ParkMyCar ParkMyCar deleted the feature/box_string branch March 15, 2022 02:16
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.

1 participant