perl-Bit-Vector

A bit vector is just an array of bits; subsets of bits within the bytes have some meaning. That allows more compact storage for certain types of data. For example, if you only needed boolean on-off values, you can store eight values in one byte. If your values require more than byte sized bits, the bits you require can still be packed more efficiently; if you need 10 bits, you can pack eight of those in an ten byte string (rather than the 16 or 32 bytes you might otherwise use).
Current version: 7.2

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 7.2 download project version
2019-01-17 9 7.2 download project version
2017-07-13 8 7.2 download project version
2015-06-25 7 7.2 download project version
2014-03-07 6 7.2 download project version
2013-09-10 5 7.2 download project version
2012-10-31 4 7.1 download project version
2012-05-01 3 7.1 download project version
2005-11-08 2 6.4 download project version