Revision history for Perl extension Data::BitStream.
0.04
- Fix late regression in one of the tests, unpack "W" -> "C".
- Minor test and documentation changes.
- Make most error strings consistent.
0.03 Mon Nov 7 06:00:00 2011
- More work on unit tests.
- Add BLVec class to use XS. Inefficient but it works (and even with
the silly setpos/setlen after every call, it's much faster than PP).
- Don't use Vec and BitVec implementations unless specifically asked.
- Lossless image codec example.
- Simple file support (read / write).
- Text methods (code_get, code_put, add_code)
- Performance.
- Clarify POD compression example slightly.
- More tests on 32-bit and big-endian machines.
0.02 Fri Sep 30 08:16:13 2011
- Create dist with tool instead of by hand. Uses version number.
- WordVec was setting the Vec variables.
0.01 Mon Sep 26 10:12:53 2011
- original version; created by h2xs 1.23 with options
-XAn Data::BitStream
- 24 Sep 2011, add Boldi-Vigna Zeta, Levenstein Codes, and Baer codes
- 19 Sep 2011, make Golomb take a sub, better default impls
- 14 Sep 2011, add skip(), optimizations
- 13 Sep 2011, more tests, harden the reader/writer distinction
- 12 Sep 2011, add Delta and Omega
- 11 Sep 2011, add ExpGolomb, and fix readahead
- 9 Sep 2011, split into Base/impls/codes, first unit tests,
add Fibonacci, Golomb, and Rice encoding.
- 8 Sep 2011, Vec and BitVec code, with Gamma and GG3
- 24 Aug 2011, first Perl version, Unary