X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=TODO;h=8fc45af382d550ced01da528abb263fbc65cdb50;hb=14b6656962ad607e3ab45a3ccbc57464ff4a6c6f;hp=16538e77b175b2fd2572bae6f6883ef083d233ff;hpb=cdda846b47fae4633ba1084472c982766592ac10;p=wimlib diff --git a/TODO b/TODO index 16538e77..8fc45af3 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -- Fix bugs -- Add more test cases -- Implement LZX block splitting to improve compression ratio -- 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.