xz/src
Lasse Collin f3872a5947 liblzma: Optimize LZ decoder slightly.
Now extra buffer space is reserved so that repeating bytes for
any single match will never need to copy from two places (both
the beginning and the end of the buffer). This simplifies
dict_repeat() and helps a little with speed.

This seems to reduce .lzma decompression time about 2 %, so
with .xz and CRC it could be slightly less. The small things
add up still.
2024-02-14 18:31:16 +02:00
..
common Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
liblzma liblzma: Optimize LZ decoder slightly. 2024-02-14 18:31:16 +02:00
lzmainfo Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
scripts xzdiff, xzgrep, and xzmore: Rewrite the man pages. 2024-02-14 18:31:16 +02:00
xz Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
xzdec Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
Makefile.am Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00