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

Actually overload Base's escape_string #74

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

tecosaur
Copy link
Collaborator

@tecosaur tecosaur commented Aug 4, 2024

Ooops. Fixes #72.

While part of the code brought over from Base (or rather a PR to Base)
in 745385d, it was missed when adding the relevant imports to
overload the Base methods.

The main impact of this was slow 3-arg show performance, as raised in
issue #72.
@tecosaur tecosaur merged commit 6d3f44d into main Aug 4, 2024
6 of 7 checks passed
@tecosaur tecosaur deleted the actually-overload-escapestring branch August 4, 2024 09:46
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.

Showing an AnnotatedString is O(length_string * num_annotations)
1 participant