mirror of https://git.tukaani.org/xz.git
369f72fd65
misunderstanding of the code. There's no tiny fix for this problem, so I also cleaned up the code in general. This reduces the speed of the encoder 2-5 % in the fastest compression mode ("lzma -1"). High compression modes should have no noticeable performance difference. This commit breaks things (especially LZMA_SYNC_FLUSH) but I will fix them once the new format and LZMA2 has been roughly implemented. Plain LZMA won't support LZMA_SYNC_FLUSH at all and won't be supported in the new .lzma format. This may change still but this is what it looks like now. Support for known uncompressed size (that is, LZMA or LZMA2 without EOPM) is likely to go away. This means there will be API changes. |
||
---|---|---|
.. | ||
Makefile.am | ||
bt2.c | ||
bt2.h | ||
bt3.c | ||
bt3.h | ||
bt4.c | ||
bt4.h | ||
hc3.c | ||
hc3.h | ||
hc4.c | ||
hc4.h | ||
lz_decoder.c | ||
lz_decoder.h | ||
lz_encoder.c | ||
lz_encoder.h | ||
lz_encoder_private.h | ||
match_c.h | ||
match_h.h |