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

Input calls too many time graphemes() #9

Closed
fusetim opened this issue Jul 31, 2023 · 0 comments
Closed

Input calls too many time graphemes() #9

fusetim opened this issue Jul 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fusetim
Copy link
Owner

fusetim commented Jul 31, 2023

Short description:
Input calls graphemes() on render, which is very inefficient. As the String value, is mostly only use by external widgets,
we could replace our String value by a Vec (produced by graphemes) and produces the String value on demand.

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