I have a bottleneck in my code in expressions like any(x >= b | x == y) for a large x.
any(x >= b | x == y)
x
I\'d like to avoid the allocation x >= b
x >= b