Closed deco-dev closed 1 year ago
Thanks! Could you confirm that the performance is better with ~1000 nodes?
Yes, In my PC, It is not slow with 10,000nodes.
Nice! The code looks good to me, I will give it a shot and merge
Could this PR (as well as #80) be released as patch or minor?
If we select another node in existing selected node, the tree is happened deselect_all event. Then it iterates all nodesRegistry. It is big overhead. Because it also iterates other tree nodes. So I fixed it. If deselect_all event happend, it only iterates selected nodes.