You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have stumbled upon a weird performance problem when this extension is enabled along with Better Folding, details here.
I can repro the problem only if:
BothOverType and Better Folding are enabled, and
I am working on a long document (I am not identified yet how long, I was working on a doc with ~400 lines when I noticed the behavior)
I thought the actual problem was with OverType, but if I disable Better Folding and keep OVerType then I can work just fine with much longer documents. Then moment I re-enalbe Better Folding the problem comes back.
Also, with both extensions enabled I can work just fine with smaller documents (50-100 lines), the lag becomes noticeable ardoun 250-300 lines.
So there is some kind of weird interaction between the two extensions, I assume both do some type of document parsing and with longer documents they stumble on some bottlened/inefficient regex or something along those lines.
I am not sure how to go forward from here but if you need me to run some more tests I'll be happy to help.
The text was updated successfully, but these errors were encountered:
I have stumbled upon a weird performance problem when this extension is enabled along with Better Folding, details here.
I can repro the problem only if:
OverType
andBetter Folding
are enabled, andI thought the actual problem was with
OverType
, but if I disableBetter Folding
and keepOVerType
then I can work just fine with much longer documents. Then moment I re-enalbeBetter Folding
the problem comes back.Also, with both extensions enabled I can work just fine with smaller documents (50-100 lines), the lag becomes noticeable ardoun 250-300 lines.
So there is some kind of weird interaction between the two extensions, I assume both do some type of document parsing and with longer documents they stumble on some bottlened/inefficient regex or something along those lines.
I am not sure how to go forward from here but if you need me to run some more tests I'll be happy to help.
The text was updated successfully, but these errors were encountered: