This patch provides a quickfix for #1095 as it delays evaluation of the potentially expensive condition expressions of _$Debug.assert. I will look into a preprocessor-based solution to dispense entirely of _$Debug.debug and _$Debug.assert when we start doing more serious benchmarking.
This patch provides a quickfix for #1095 as it delays evaluation of the potentially expensive condition expressions of
_$Debug.assert
. I will look into a preprocessor-based solution to dispense entirely of_$Debug.debug
and_$Debug.assert
when we start doing more serious benchmarking.Resolves #1095.