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

Add automatic batching to the piece table #366

Open
svenreimers opened this issue Oct 30, 2024 · 0 comments
Open

Add automatic batching to the piece table #366

svenreimers opened this issue Oct 30, 2024 · 0 comments

Comments

@svenreimers
Copy link

Typing a lot of text into RTA results in lots of entries in the piece table (one per character). This makes things slower than necessary. A possible simple solution is to "batch" typed characters, so that not every character is a separate entry. Possible grouping could be done on a word or even paragraph level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant