Skip to content

strings: optimize ToLower and ToUpper #17859

@dsnet

Description

@dsnet

According to a profiling data from a large number of servers at Google, strings.ToLower and strings.ToUpper is within the top 300 functions by CPU time. I believe there can be a significant speed-up by specifically handling ASCII characters first before falling back to the unicode.ToLower and unicode.ToUpper functions.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions