diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-02-12 17:09:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 18:31:16 +0200 |
commit | e446ab7a18abfde18f8d1cf02a914df72b1370e3 (patch) | |
tree | 9fe4636a1fa93454b71143159429a3f22b59d5bc /src/liblzma/lzma/lzma2_decoder.h | |
parent | doxygen/footer.html: Add missing closing tags and don't open a new tab. (diff) | |
download | xz-e446ab7a18abfde18f8d1cf02a914df72b1370e3.tar.xz |
liblzma: Creates separate "safe" range decoder mode.
The new "safe" range decoder mode is the same as old range decoder, but
now the default behavior of the range decoder will not check if there is
enough input or output to complete the operation. When the buffers are
close to fully consumed, the "safe" operations must be used instead. This
will improve speed because it will reduce the number of branches needed
for most of the range decoder operations.
Diffstat (limited to 'src/liblzma/lzma/lzma2_decoder.h')
0 files changed, 0 insertions, 0 deletions