Skip to content

Investigate changing string manipulation to use Span<char>  #8

@mrlacey

Description

@mrlacey

This shuold provide a performance improvement.

There isn't ATM an issue with the performance but as a lot of what the extension does is repeatedly happening on the UI Thread, so any performance improvement would help us be a good citizen of VS and avoid wasting resources or contributing to an unnecessary slowdown.

Try to make any changes in a way that preserves the readability of the current code.

Use https://benchmarkdotnet.org/articles/overview.html to measure and report the difference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions