aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/fastpos_table.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-14liblzma: Include the SPDX license identifier 0BSD to generated files.Lasse Collin1-1/+3
Perhaps the generated files aren't even copyrightable but using the same license for them as for the rest of the liblzma keeps things more consistent for tools that look for license info.
2008-01-15Revised the fastpos code. It now uses the slightly fasterLasse Collin1-0/+519
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.