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
This has a large perf win of between 2 and 3x the above. This is due to the two comparisons and a binary and, possibly the double canonicalisation of arr.
The text was updated successfully, but these errors were encountered:
Add a compute function to compute the range
lower {< | <= } value {< | <=} upper
wherestrict ==> <, and <=
otherwise.This compute function has the semantics of:
This has a large perf win of between 2 and 3x the above. This is due to the two comparisons and a binary
and
, possibly the double canonicalisation ofarr
.The text was updated successfully, but these errors were encountered: