Site will likely be offline for maintenance 27/28 March - more details soon
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
mentioned in commit d2dbfc826c8cdd9eff066123b6b6233ac51da13a
Any feeling for the speed of using boolean vs integer operations?
returnReduce(!patch().empty(), orOp<bool>())
returnReduce(patch().size(), maxOp<label>())
returnReduce(patch().size(), maxOp<label>())
closed