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