Closed thodson-usgs closed 1 year ago
clip is typically faster than switch. Can we convert the model to use clip?
clip
switch
Refactoring the model with clip statements is cleaner but doesn't give appreciably faster performance.
clip
is typically faster thanswitch
. Can we convert the model to useclip
?