bkille / BitLib

Provides a bit-vector, an optimized replacement of the infamous std::vector<:b:ool>. In addition to the bit-vector, the library also provides implementations of STL algorithms tailored for bit-vectors.
BSD 3-Clause "New" or "Revised" License
68 stars 4 forks source link

A few issues with `bit_vector` #39

Closed HolyBlackCat closed 2 years ago

HolyBlackCat commented 2 years ago

Pardon me for dumping several issues into a single ticket.

The rest is purely nitpicking:

bkille commented 2 years ago

Wow, thanks for the detailed feedback! All great points I'll address them ASAP

bkille commented 2 years ago

@HolyBlackCat I think I've addressed all of these in my most recent PR #41 (with the defaults being added directly to master). Please re-open if you see anything amiss and again, thank you for reviewing this!