BitVecLongestRun
BitVecLongestRun Description Find the longest consecutive sequence of a specific bit value.
Read MoreBitVecRunLengths
BitVecRunLengths Description Analyze run lengths in a bitvector. A run is a sequence of consecutive identical bits. Results array must be pre-allocated with sufficient space.
Read More