Skip to content

Using Span<T> for parsing #2

@bjorg

Description

@bjorg

The introduction of Span<T> in .NET Core could be provide a good performance optimization by avoiding unnecessary string copies in memory. This reduces GC overhead, as well as, reduces the need to copy bytes around.

I would love to assist in such a port, but need guidance on how to contribute. Thx!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions