X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=3cb9e900fb194026c87e17ab5b5925f0515d2d74;hp=ab94e55cbcb91e6b3ffad902415234e2510f162d;hb=968161172149788042fc936453b4db07217702a2;hpb=9d9c2fe60b5842825002131f4ca926024e6f0038 diff --git a/README b/README index ab94e55c..3cb9e900 100644 --- a/README +++ b/README @@ -61,15 +61,14 @@ commands and their syntax. For additional documentation: COMPRESSION RATIO -wimlib (and wimlib-imagex) can create XPRESS, LZX, or LZMS compressed WIM archives. -The following tables compare the compression ratio and performance for creating -a compressed x86_64 Windows PE image. Note: these timings were done on Windows -so that the times would be fully comparable; however, wimlib may have even -better performance on other operating systems such as Linux. Timings were done -with 2 CPUs available, both of which automatically are used by wimlib for both -XPRESS and LZX, and also by imagex.exe but apparently only for LZX. Results for -LZMS compression are excluded because the creation of LZMS compressed WIM -archives is not yet recommended. +wimlib (and wimlib-imagex) can create XPRESS, LZX, or LZMS compressed WIM +archives. The following tables compare the compression ratio and performance +for creating a compressed x86_64 Windows PE image with XPRESS and LZX. Note: +these timings were done on Windows so that the times would be fully comparable; +however, wimlib may have even better performance on other operating systems such +as Linux. Timings were done with 2 CPUs available, both of which automatically +are used by wimlib for both XPRESS and LZX, and also by imagex.exe but +apparently only for LZX. Table 1. WIM size @@ -276,9 +275,9 @@ suffix array construction code from divsufsort (https://code.google.com/p/libdivsufsort/) and algorithms from 7-Zip as well as several published papers. -lz77.c contains a hash-table-based LZ77 matchfinder that is based on code from -zlib but has been rewritten. This code is applicable to XPRESS, LZX, and LZMS, -all of which are partly based on LZ77 compression. +lz_hash.c contains a hash-table-based LZ77 matchfinder that is based on code +from zlib but has been rewritten. This code is applicable to XPRESS, LZX, and +LZMS, all of which are partly based on LZ77 compression. A limited number of other free programs can handle some parts of the WIM file format: