Update README.md
diff --git a/README.md b/README.md
index 1284a85..7f234e1 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,11 @@ make all && sudo make install
To set the installation directory, use e.g. `sudo make install PREFIX=/usr`.
BZip3 depends on POSIX APIs and the `libc`. All other dependencies (e.g. `libsais`) have been bundled into the source code trunk.
+
+
+## TODO
+
+- Avoid a memory copy in `bz3_encode_block`/`bz3_decode_block`.
+- "Extreme" preset which automatically picks the best options at the expense of the runtime.
+- Further performance optimisations.
+- Thorough memory safety testing.
