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
* isempty: using _check0 instead of all makes it 35% faster
* ==: checking first non-overlapping parts is more likely
to be faster, as the the lower and upper parts of the bits
field are unlikely to be zero (at least for a freshly
created BitSet
0 commit comments