C way to detect and 'separate' a binary expression

前端 未结 0 789
青春惊慌失措
青春惊慌失措 2020-12-01 17:51

I have a bottleneck in my code in expressions like any(x >= b | x == y) for a large x.

I\'d like to avoid the allocation x >= b

相关标签:
回答
  • 消灭零回复
提交回复
热议问题