serenity icon indicating copy to clipboard operation
serenity copied to clipboard

TextEditor: Noticeable slowness in refreshing content after application resize

Open djwisdom opened this issue 1 year ago • 3 comments

User experience degradation due to intermittent refresh that pushes cpu to 100% utilization

image

djwisdom avatar Jul 12 '23 15:07 djwisdom

To replicate the issue:

  • Load a text file into TextEditor with > 3MB filesize
  • Try to resize the TextEditor application

djwisdom avatar Jul 12 '23 23:07 djwisdom

As of commit 8ec691057f, this behavior is no longer applicable. It is now considered as resolved. Closing this issue.

djwisdom avatar Jul 20 '23 08:07 djwisdom

Gonna reopen this one, I was able to easily see word segmentation causing slowdowns on my machine. Working on some potential speedups here: https://github.com/trflynn89/serenity/tree/unicode

trflynn89 avatar Jul 21 '23 15:07 trflynn89