-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
considerationFeatures that may or may not be implemented.Features that may or may not be implemented.performanceFeatures to improve performanceFeatures to improve performance
Description
With quick testing, the main performance bottleneck in the editor view is the index of the active section. Non-active indices do not hurt the performance. The problem: because index is for Drag'n'drop, it needs to be mostly up-to-date. We might figure out some clever solutions to improve its performance.
Source code:
https://github.com/mkoskim/mawejs/blob/master/src/gui/common/docIndex.js
Some ideas:
- We could try to make non-DnD'able index and check, if the performance bottleneck comes from dnd-enabled index rendering.
- We could try if the main problem is rendering the active container (the one where the cursor, that is, selection is).
Metadata
Metadata
Assignees
Labels
considerationFeatures that may or may not be implemented.Features that may or may not be implemented.performanceFeatures to improve performanceFeatures to improve performance
Projects
Status
Study