gd-sheets
gd-sheets copied to clipboard
plugin is VERY slow
There are no visible errors or warnings, but the sheets screen is extremely slow, taking almost a second to respond to mouse inputs. There's no lag in other parts of the editor, only in the sheets screen.
I attached a video showing the issue.
https://user-images.githubusercontent.com/18042232/152300185-4b42c4d7-7e75-4a3b-8f5c-05de3f9df2b8.mp
I think this happens with large sheets with many cells. In an upcoming version, I will try to create cells with VisualServer instead of adding nodes to the tree. Hopefully, that will make it faster.
What I had onscreen doesn't seem like it would be enough nodes to cause this sort of slowdown. You probably shouldn't jump to doing a major rewrite like that without positively identifying the root cause(unless you want to switch to using the VisualServer for other reasons).
I have a little more time now, so I'll redownload it this weekend and try to find the problem.