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

Improve Performance of Escaper #8

Open
pjdufour opened this issue May 25, 2019 · 0 comments
Open

Improve Performance of Escaper #8

pjdufour opened this issue May 25, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@pjdufour
Copy link
Member

Escaper currently uses strings.Replace(out, e.prefix+str, str, -1) for each substring. Change this to iterating through the string rune by rune.

@pjdufour pjdufour added the enhancement New feature or request label May 25, 2019
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

No branches or pull requests

1 participant