Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 146 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 146 Bytes

bitmatrix

Boolean matrix data structure using bits as T/F.

The matrix uses 32bit vectors to implement a boolean matrix data structure in Go.