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/stop unnecessary alloc #78

Merged
merged 12 commits into from
Nov 10, 2024
Merged

Conversation

SARDONYX-sard
Copy link
Owner

@SARDONYX-sard SARDONYX-sard commented Nov 7, 2024

New Features

Changes and Fixes

It is useless to copy every time with CompactString.
We should stop wasting time copying by using a reference to the original string until the last time we convert it to json.

@SARDONYX-sard SARDONYX-sard added the enhancement New feature or request label Nov 7, 2024
@SARDONYX-sard SARDONYX-sard force-pushed the feature/stop-unnecessary-alloc branch from 30b76c9 to 897b51c Compare November 7, 2024 20:49
@SARDONYX-sard SARDONYX-sard merged commit b70ed53 into main Nov 10, 2024
11 checks passed
@SARDONYX-sard SARDONYX-sard deleted the feature/stop-unnecessary-alloc branch November 10, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant