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
Most use of true_count are to check true_count == 0 or false_count == 0. We could instead use a short-circuiting min/max statistic to avoid scanning the whole boolean buffer.
The text was updated successfully, but these errors were encountered:
Most use of true_count are to check
true_count == 0
orfalse_count == 0
. We could instead use a short-circuiting min/max statistic to avoid scanning the whole boolean buffer.The text was updated successfully, but these errors were encountered: