-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
How does this library handle large text?🤔 #31
Comments
Hello @Dobmod, My current goal is to keep it as fast as possible with any size of text, so I am trying to optimize the highlighter and other features, honestly I didn't test it with large text like 100K or 500K LOC, I will try to profile it with large text and see the performance, BTW, I am thinking of extending it with some ideas like VIM Modes to navigate and modify large text faster 😃 Thanks |
Hi @AmrDeveloper , Your library appeals to me with the fantastic interface design,and I am eager to develop a code editor on android which can handle large text now.Looking forward to the futher improvement of the library👍. Thanks. |
Hi @Dobmod, Thanks, great, good luck with next your project 👍🏻 |
Hello, I am using your library, it is very, very great, but its speed is slow, if possible, add the folding code, if you do not know what the folding code is, install the Acode program, this feature is responsible for collecting the code |
Hello @Arashvscode, The code folding feature is currently on the TODO list but I need it to be more flexible to work with any custom config to cover not only popular languages but any set of data and not slow the performance Thanks |
Hello, thank you for your reply and I apologize for the late reply, dear friend, it is great that you add good features, I request you to increase the speed of the editor code, for example, Sora Editor has its own extensibility inspired by View for That's how fast it is |
@Arashvscode I am planning for performance improvement but without losing the flexibility on how to config any language or data set without the need to build your own tokenizer |
❤✌ |
No description provided.
The text was updated successfully, but these errors were encountered: