The BitVector class is for a memory-efficient packed representation of bit arrays and for logical operations on such arrays. It is written in pure Python.

WWW: https://engineering.purdue.edu/kak/dist/BitVector-3.5.0.html
