Skip to content

Improve substr() performance by avoiding using owned string #13687

@richox

Description

@richox

Is your feature request related to a problem or challenge?

current substr() implementation uses owned string to create StringArrays, which causes lots of memory fragment and slows down the execution.

Describe the solution you'd like

use StringBuilder to avoid creating owned strings.

Describe alternatives you've considered

No response

Additional context

No response

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