Feature #1651
Speed improvement to conditional_remove
Start date:
20 March 2015
Due date:
% Done:
100%
Estimated time:
Description
xboa.bunch.Bunch.conditional_remove
is unnecessarily slow. It calls list.remove many times. Changed this to list.append and the thing runs faster.
No data to display