X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=README;h=3de7c61d20724829e7061128083c451c4a713fb5;hb=3701706978cb45511cc41ad650a441799b265cc8;hp=a2dc56c3f8a9a2ea37ee762380c70c993043e812;hpb=794ecd09fc527e3328e469c14e563d42a7a70a39;p=wimlib diff --git a/README b/README index a2dc56c3..3de7c61d 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ INTRODUCTION -This is wimlib version 1.4.0 (May 2013). wimlib is a C library that can be -used to create, modify, extract, and mount files in the Windows Imaging Format -(WIM files). These files are normally created by using the `imagex.exe' utility -on Windows, but wimlib is distributed with a free implementation of ImageX -called "wimlib-imagex" for both UNIX and Windows. +This is wimlib version 1.4.0 (May 2013). wimlib is a C library for creating, +modifying, extracting, and mounting files in the Windows Imaging Format (WIM +files). These files are normally created by using the `imagex.exe' utility on +Windows, but wimlib is distributed with a free implementation of ImageX called +"wimlib-imagex" for both UNIX and Windows. INSTALLATION @@ -65,20 +65,21 @@ better than Microsoft's software, especially with multithreaded compression, available in wimlib v1.1.0 and later. 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): +a compressed x86_64 Windows PE image. Note: these timings were done in a +Windows 7 virtual machine so that the times would be fully comparable; however, +wimlib-imagex will have even better performance on Linux. Table 1. WIM size XPRESS Compression LZX Compression - wimlib-imagex (v1.2.1): 138,971,353 bytes 131,379,943 bytes - Microsoft imagex.exe: 140,406,981 bytes 127,249,176 bytes + wimlib-imagex (v1.4.0): 176,724,198 bytes 165,919,718 bytes + Microsoft imagex.exe: 178,763,991 bytes 160,138,533 bytes Table 2. Time to create WIM XPRESS Compression LZX Compression - wimlib-imagex (v1.2.1, 2 threads): 11 sec 17 sec - Microsoft imagex.exe: 25 sec 89 sec + wimlib-imagex (v1.4.0, 2 threads): 44 sec 66 sec + Microsoft imagex.exe: 60 sec 115 sec NTFS SUPPORT @@ -278,7 +279,7 @@ http://www.ultimatedeployment.org/. You can see the documentation about Microsoft's version of ImageX at http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx, so you can -see how it compares to the version provided by this library. +see how it compares to wimlib-imagex. If you are looking for a UNIX archive format that provides features similar to WIM, I recommend you take a look at SquashFS (http://squashfs.sourceforge.net/).