X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=TODO;h=8fc45af382d550ced01da528abb263fbc65cdb50;hp=36ab8e6258d6959b20e8280ac9bfd803704ce1d1;hb=1f2091f5bb860769e20105af2d9eff3a0872c57b;hpb=ac4e9d3b603a8abcc99965ed99576fd0721f8ccb diff --git a/TODO b/TODO index 36ab8e62..8fc45af3 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ -- Fix bugs -- Add more test cases -- Implement LZX block splitting to improve compression ratio -- Implement multi-threaded compression -- Improve performance of large directories in mounted WIMs. +- Find and fix bugs +- Add more test cases (including for Win32 builds) +- Improve LZX compression ratio, possibly by implementing LZX block splitting + and/or by improving the LZ77 match-finding code.