X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib.h;h=9a5e4a3c6b6f3e6928782eb141813f43fc6f749c;hb=4355f268543a3e79faefb4225c242fce32c49336;hp=47630bcf9ddfe3083d67bbae30dffa866862e24a;hpb=d54bde2b67e0e7013b984aae017a0a011948e75b;p=wimlib diff --git a/include/wimlib.h b/include/wimlib.h index 47630bcf..9a5e4a3c 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -511,9 +511,11 @@ enum wimlib_compression_type { * later. Also, chunk sizes larger than 2^26 are not compatible * with the Microsoft implementation. * - * wimlib's LZMS compressor is currently faster but will usually not - * compress as much as the implementation in Microsoft's WIMGAPI - * (Windows 8.1). + * wimlib's LZMS compressor will, with the default settings, usually + * produce a better compression ratio, and work more quickly, than the + * implementation in Microsoft's WIMGAPI (as of Windows 8.1). There is + * limited support for non-default compression levels, but compression + * will be noticably faster if you choose a level < 35. * * If using wimlib_create_compressor() to create an LZMS compressor * directly, the @p max_block_size parameter may be any positive value