-
Within the last google play store update, I noticed a performance regression: I have a 75k markdown file that is very slow when entering text now. Any thoughts or ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
I have the same problem. Use Markor to edit fairly large plain text files (sometimes 200kb+) and while previous versions had no issue, newest release is unusable. Typing leads to one character inserted per second or so. |
Beta Was this translation helpful? Give feedback.
-
200k files with highlighting have always been slow. The more highlighting the slower they will be. The issue is fundamental to how android's TextView works. Please turn off highlighting and confirm that the performance is better. My most recent changes add dynamic highlighting support. With them, I am able to edit 500k files just fine. |
Beta Was this translation helpful? Give feedback.
-
Actually, on investigating this further, there is definitely something strange going on. Test files which were really fast to edit a few days ago are now slow. Disabling highlighting and auto format does not fix the issue. Further, scrolling is nice and fast until I make an edit, and then the scrolling becomes slow. Not sure what could be causing these issues. A quick look at profiling data shows nothing. |
Beta Was this translation helpful? Give feedback.
-
@gsantner The performance regression is not present in 1193761, right before master / AndroidX was merged back into partial highlighitng, and is present in bd1f3c8, the merge commit. Looking at the diff to see what the cause may be. Hopefully its not just that AndroidX AppCompatEditText is slow... |
Beta Was this translation helpful? Give feedback.
-
This is the exact issue we're seeing: https://issuetracker.google.com/issues/215391131 -> #1801 |
Beta Was this translation helpful? Give feedback.
This is the exact issue we're seeing:
https://issuetracker.google.com/issues/215391131
-> #1801