react-ui-tree icon indicating copy to clipboard operation
react-ui-tree copied to clipboard

Performance

Open rohan-deshpande opened this issue 8 years ago • 3 comments

Not exactly an issue but I'd love to see what kind of hit others are taking performance wise, I'm currently taking the following hit for 982 nodes

perf

It's taking quite a while as you can see. Is this to be expected? I'm testing on Windows 7 enterprise with Chrome v43.0.2357.132

rohan-deshpande avatar Nov 06 '15 04:11 rohan-deshpande

Yes, i can imagine there would be such a performance issue since the tree keeps updating and the whole react dom keeps rerendering.

wangzuo avatar Nov 06 '15 06:11 wangzuo

Yeah, this is on initial load though. I guess there's no way around it ... I will probably have to implement a way to move nodes through selection rather than drag and drop.

rohan-deshpande avatar Nov 06 '15 06:11 rohan-deshpande

On initial load is solved via lazy loading. I don't think @wangzuo has added this feature but still it works. I'm using it myself.

edgesoft avatar Nov 06 '15 07:11 edgesoft