#define COUNT_BITARRAY_LOW20_AND count_bitarray_low20_AND_AVX512 #define BITARRAY_AND4 bitarray_AND4_AVX512 #define BITARRAY_OR bitarray_OR_AVX512 #define COUNT ...
This library provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in a ...