Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 191 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 191 Bytes

go-bitfield

This is a simple bitfield package that's about 2-3x faster than using big.Ints from the standard library. It also has a better interface (and, e.g., supports counting ones).