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
Performance optimization for reoder_children (#383)
The corresponding User Story:
https://tfs.ansys.com:8443/tfs/ANSYS_Development/Portfolio/_workitems/edit/1223942/
This PR optimizes out the old "remove an item then insert it back to the
list" manner and improves the time complexity from O(n^2) to O(n).
However, n should be small (< 100), so the performance improvement won't
be significant in the normal reports.
0 commit comments