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

feat(core): std/rope support to extend strings #18

Open
pysan3 opened this issue May 13, 2023 · 0 comments
Open

feat(core): std/rope support to extend strings #18

pysan3 opened this issue May 13, 2023 · 0 comments
Labels
feature Feature Request
Milestone

Comments

@pysan3
Copy link
Owner

pysan3 commented May 13, 2023

Feature

std/ropes is a more efficient style of string.

Ropes can represent very long strings efficiently; in particular, concatenation is done in O(1) instead of O(n).

Which should make this library more efficient cuz this library is all about stitching strings together.

@pysan3 pysan3 added the feature Feature Request label May 13, 2023
@pysan3 pysan3 added this to the 1.99 milestone May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant