diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-27 15:23:27 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-27 15:23:27 +0300 |
commit | 35b29e4424ced5a3ababf132283e519080c7b298 (patch) | |
tree | b217460e0e3458354e2652dd9e1694e39eaa6cc9 /TODO | |
parent | Some xz man page improvements. (diff) | |
download | xz-35b29e4424ced5a3ababf132283e519080c7b298.tar.xz |
Updated TODO.
Diffstat (limited to '')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ Known bugs as multiple cores. In context of xz, it probably should. Hyperthreading is good at least with p7zip. + XZ Utils compress some files significantly worse than LZMA Utils. + This is due to faster compression presets used by XZ Utils, and + can be worked around by using "xz --extreme". However, the presets + need some tweaking and maybe this issue can be minimized without + making the typical case too much slower. + Missing features ---------------- |