An old TODO in bigfield's conditional_negate function indicates inefficiency in the way we implement this. This function is used in biggroup's conditional_negate function and few other places.
There could be two ways to optimise:
- Use
conditional_select function as a subroutine if conditional_select is a more a efficient method.
- Optimise the existing logic.
An old TODO in bigfield's
conditional_negatefunction indicates inefficiency in the way we implement this. This function is used in biggroup'sconditional_negatefunction and few other places.There could be two ways to optimise:
conditional_selectfunction as a subroutine ifconditional_selectis a more a efficient method.