]> wimlib.net Git - wimlib/blobdiff - TODO
Multithreaded stream writing fixes
[wimlib] / TODO
diff --git a/TODO b/TODO
index 51013fbcf289615c96604dbbb7a1f4ad57f8179a..8fc45af382d550ced01da528abb263fbc65cdb50 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-- Fix bugs
-- Add more test cases
-- Implement LZX block splitting to improve compression ratio
-- Implement multi-threaded compression
+- 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.