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

Improve performance for large files #2092

Closed
littlecatheart opened this issue May 1, 2020 · 2 comments
Closed

Improve performance for large files #2092

littlecatheart opened this issue May 1, 2020 · 2 comments

Comments

@littlecatheart
Copy link

littlecatheart commented May 1, 2020

When I open a file (1000-5000 lines) with about 50% code; the editing becomes very slow if I insert text in the first line. However, when I edit it inTypora, it's very fast. Do we have plan to optimize the performance?

@littlecatheart
Copy link
Author

I think the render algorithm is different. Does TextMart render the whole page even I just change one line? To improve performance, could we just cache the views of other blocks and only update the current block?

@fxha
Copy link
Contributor

fxha commented May 21, 2020

Thank you for reporting the issue. We noticed that this is a duplicate of #511 and #1648. You may want to subscribe there for further updates.

@fxha fxha closed this as completed May 21, 2020
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

2 participants