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
The conversion of trees to use range weighted branches could do with some optimisation, as large trees can take longer than is ideal. Profiling suggests a few places to optimise, but the approaches used in the PE calcs will be a good place to start as they were optimised some time ago.
The text was updated successfully, but these errors were encountered:
It was only used to check deletions, so we can build one as we go instead.
Copying the original hash was a substantial part of the run time under profiling.
Also clear up some commentary.
Updates #681
The conversion of trees to use range weighted branches could do with some optimisation, as large trees can take longer than is ideal. Profiling suggests a few places to optimise, but the approaches used in the PE calcs will be a good place to start as they were optimised some time ago.
The text was updated successfully, but these errors were encountered: