Skip to content

First bitlib release (beta)

Compare
Choose a tag to compare
@bkille bkille released this 06 May 12:40
· 114 commits to master since this release

This is the first release of the BitLib library. It includes the following:

Container(s)

  • A bit_vector<WordType>, which is a wrapper around std::vector<WordType> but has a similar interface to std::vector<bool> in the sense that from the outside perspective, it is a container of bits.

Algorithms

Iterator(s)

  • bit_iterator<Iterator> which can be constructed from any iterator/pointer.