Skip to content

[ENH] Improve string encoding efficiency #143

Description

@SupinePandora43

Your suggestion

Right now API accepts only strings. I think developers may benefit from using spans of chars and utf8 strings directly that require no encoding at runtime on every call.

The problem this suggestion solves

Bad efficiency

Additional context

I had been coding those utf8-utf16 conversions a lot in my personal project.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions