]> wimlib.net Git - wimlib/blobdiff - TODO
Add win32-test-imagex-capture_and_apply.bat
[wimlib] / TODO
diff --git a/TODO b/TODO
index 36ab8e6258d6959b20e8280ac9bfd803704ce1d1..8fc45af382d550ced01da528abb263fbc65cdb50 100644 (file)
--- 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.