:: commit 1fe9d11c37a8cd17a1c648e99f0b0cac889bc407

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-05-05 19:27

parents: 4b53a027b7

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.
tab: 248 wrap: offon