Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Improve string encoding efficiency #143

Open
SupinePandora43 opened this issue Jan 24, 2023 · 0 comments
Open

[ENH] Improve string encoding efficiency #143

SupinePandora43 opened this issue Jan 24, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SupinePandora43
Copy link
Member

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.

@SupinePandora43 SupinePandora43 added the enhancement New feature or request label Jan 24, 2023
@SupinePandora43 SupinePandora43 self-assigned this Jan 24, 2023
@SupinePandora43 SupinePandora43 added this to the Future milestone Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant