X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=TODO;h=8fc45af382d550ced01da528abb263fbc65cdb50;hp=2e10e8530f4911844ae7a9bbeb740bab178b2070;hb=48c05c63f94c294d4b9982a228682c27e8d41dd2;hpb=64f1e9b6bb2bb4d5b16240ae731bd8a84117cc98 diff --git a/TODO b/TODO index 2e10e853..8fc45af3 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -- Fix bugs -- Add more test cases -- Better support for split WIMs -- 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.