Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BitSet: add a couple small optimizations
* 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
- Loading branch information