X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=0f15a36fe4279c2a034d4c1dda5bcbef899d1ecf;hp=8e6d401a9b08e70521d984ff73e9ea80a6ec7ed3;hb=ac4e9d3b603a8abcc99965ed99576fd0721f8ccb;hpb=b98d7658314585ee6a3c25cbdc4c46469aa0da15 diff --git a/README b/README index 8e6d401a..0f15a36f 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ WIMLIB -This is wimlib version 1.0.2 (September 2012). wimlib can be used to read, +This is wimlib version 1.0.3 (September 2012). wimlib can be used to read, write, and mount files in the Windows Imaging Format (WIM files). These files are normally created by using the `imagex.exe' utility on Windows, but this library provides a free implementation of imagex for UNIX-based @@ -75,6 +75,33 @@ details. image of Windows PE that can be put on a CD or USB drive, or published on a server for PXE booting. See the main page `doc/mkwinpeiso.1' for more details. + COMPRESSION RATIO + +wimlib can create XPRESS or LZX compressed WIM archives. As of wimlib v1.0.3, +the XPRESS compression ratio is slightly better than that provided by +Microsoft's software, while the LZX compression ratio is approaching that of +Microsoft's software but is not quite there yet. Running time is as good as or +better than Microsoft's software. + +The following tables compare the compression ratio and performance for creating +a compressed Windows PE image (disk usage of about 524 MB, uncompressed WIM size +361 MB): + + Table 1. WIM size + + XPRESS Compression LZX Compression + wimlib imagex (v1.0.2): 145,283,871 bytes 139,288,293 bytes + wimlib imagex (v1.0.3): 139,288,293 bytes 131,379,869 bytes + Microsoft imagex.exe: 140,406,981 bytes 127,249,176 bytes + + Table 2. Time to create WIM + + XPRESS Compression LZX Compression + wimlib imagex (v1.0.2): 18 sec 49 sec + wimlib imagex (v1.0.3): 19 sec 30 sec + Microsoft imagex.exe: 25 sec 89 sec + + DEPENDENCIES * libxml2