You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be possible to greatly improve the node number calculation algorithm. Some notes:
Either do something similar like generateNodeNumberForSelectedNodeIfNoneExistsYet: Generate "trial" cells and add them to the dictionary only if no other cell existed yet.
Or write a stateful algorithm.
In any case: Write unit tests first.
Optimize drawing of node tree view: For some changes it might not be necessary to redraw the entire tree.
Example: When a new node is added.
Measure before/after performance on a real device.
The text was updated successfully, but these errors were encountered:
generateNodeNumberForSelectedNodeIfNoneExistsYet
: Generate "trial" cells and add them to the dictionary only if no other cell existed yet.The text was updated successfully, but these errors were encountered: