Jeffrey Bush
|
837a292aec
|
Added a new compile time configuration option MSCOMP_WITHOUT_UNALIGNED_ACCESS that makes it so there are no unaligned accesses to work on #15. This is not yet complete - Xpress Huffman compression still has many unaligned accesses.
|
2015-04-17 15:14:13 -07:00 |
|
Jeffrey Bush
|
e877ca5554
|
Corrected XPRESS Huffman compression to max size and added checks to make sure it always stays under the max size. In addition many other changes were made for improved performance.
|
2015-03-17 22:39:05 -07:00 |
|
Jeffrey Bush
|
e99e328faf
|
Removing Peek_Not0 and updating Peek to work really fast for 0 and non-0. Few other minor Huffman decoder changes.
|
2015-03-13 18:34:09 -07:00 |
|
Jeffrey Bush
|
511e1215ae
|
More improvements to XPRESS Huffman decompression speed.
|
2015-03-13 00:43:59 -07:00 |
|
Jeffrey Bush
|
b4264bb650
|
Improved the speed of the XPRESS Huffman decompressor, mainly by adding a fast decompression loop, along improving HuffmanDecoder and InputBitstream.
|
2015-03-12 20:43:14 -07:00 |
|
Jeffrey Bush
|
62e73cc836
|
Reorganized code some more to allow it to be easier to bundle into other libraries and fixed some includes.
|
2015-02-12 12:29:53 -08:00 |
|