Skip to content

String tables should use ReadOnlySpan<char> conventions #6

@marchc1

Description

@marchc1

@RaphaelIT7's implementation of string-tables currently use string types. I'd prefer to avoid these where possible, in favor of ReadOnlySpan's.

If this isn't feasible, then it's tolerable for this part to use strings - but the less copying of spans -> strings we have to do, the better

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or requestHelp WantedExtra attention is needed

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions