]> icculus.org git repositories - icculus/xz.git/blob - TODO
xzless: Support compressed standard input
[icculus/xz.git] / TODO
1
2 XZ Utils To-Do List
3 ===================
4
5 Known bugs
6 ----------
7
8     The test suite is too incomplete.
9
10     If the memor usage limit is less than about 13 MiB, xz is unable to
11     automatically scale down the compression settings enough even though
12     it would be  possible by switching from BT2/BT3/BT4 match finder to
13     HC3/HC4.
14
15     The code to detect number of CPU cores doesn't count hyperthreading
16     as multiple cores. In context of xz, it probably should.
17     Hyperthreading is good at least with p7zip.
18
19
20 Missing features
21 ----------------
22
23     "xz --list"
24
25     xz could create sparse files when decompressing. (Some prototyping
26     has been done.)
27
28     xz doesn't support copying extended attributes, access control
29     lists etc. from source to target file.
30
31     Multithreaded compression
32
33     Multithreaded decompression
34
35     Buffer-to-buffer coding could use less RAM (especially when
36     decompressing LZMA1 or LZMA2).
37
38     I/O library is not implemented. It will possibly be named libzzf.
39
40
41 Documentation
42 -------------
43
44     Some tutorial is needed for liblzma. I have planned to write some
45     extremely well commented example programs, which would work as
46     a tutorial. I suppose the Doxygen tags are quite OK as a quick
47     reference once one is familiar with the liblzma API.
48
49     Document the LZMA1 and LZMA2 algorithms.
50