Skip to content

Improve Performance of Escaper #8

@pjdufour

Description

@pjdufour

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions