1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma
Lasse Collin e5728142a2 Revised the fastpos code. It now uses the slightly faster
table-based version from LZMA SDK 4.57. This should be
fast on most systems.

A simpler and smaller alternative version is also provided.
On some CPUs this can be even a little faster than the
default table-based version (see comments in fastpos.h),
but on most systems the table-based code is faster.
2008-01-15 14:02:22 +02:00
..
api Introduced compatibility with systems that have pre-C99 2008-01-06 16:27:41 +02:00
check Fix CRC code in case --enable-small is used. 2008-01-15 07:44:59 +02:00
common Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +02:00
lz Major changes to LZ encoder, LZMA encoder, and range encoder. 2008-01-14 13:39:54 +02:00
lzma Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +02:00
rangecoder Omit invalid space from printf() format string 2008-01-15 12:20:41 +02:00
simple Remove uncompressed size tracking from the filter encoders. 2007-12-11 16:49:19 +02:00
subblock Remove uncompressed size tracking from the filter encoders. 2007-12-11 16:49:19 +02:00
lzma.pc.in Imported to git. 2007-12-09 00:42:33 +02:00
Makefile.am Imported to git. 2007-12-09 00:42:33 +02:00