This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
Large files not usable #76
Labels
Comments
I did some tests with a 1MB document and found out that latency comes from several methods:
Additionally we can improve a bit performances by modifying
|
brrd
added a commit
that referenced
this issue
May 30, 2016
See issue #76. Improve performances when editing big documents by running most of abr-pane functions in a background thread. However DOM operations (jquery) must remain in the main thread so this may still be improved.
brrd
added a commit
that referenced
this issue
May 30, 2016
**This commit is the good version of a duplicate (my mistake).** See issue #76. Improve performances when editing big documents by running most of abr-pane functions in a background thread. However DOM operations (jquery) must remain in the main thread so this may still be improved.
brrd
added a commit
that referenced
this issue
May 30, 2016
In order to improve performances, process a line only when it is rendered by CodeMirror (rather than the whole document each time a line is rendered). `autopreviewQueue` is introduced in order to keep a track of such lines. Related to #76.
brrd
referenced
this issue
May 31, 2016
…revious call So simple-virtual-dom is only called when it is relevant
I fixed this on develop branch so this will be working in the next release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a file that is 678KB (>94,000 words)...
Takes a while to load and when in use, typing is incredibly slow - can take a long time for text to appear.
The text was updated successfully, but these errors were encountered: