Update TODOs in README
authorMatt Corallo <git@bluematt.me>
Sat, 7 Jul 2018 20:51:05 +0000 (16:51 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 17 Jul 2018 16:47:54 +0000 (12:47 -0400)
README.md

index 24a76c2276dab03433a68f3d689c634d167c425f..9b5dcbba5df0c6955bed2359d39a32176dd4f5a5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -51,6 +51,11 @@ Assorted random TODOs:
 
  * Some kind of logging subsystem/API.
 
+ * Migrate all our serialize() -> Vec stuff to serialize(byte_writer) so that we
+   can avoid allocating a huge buffer for everything we serialize/deserialize.
+
+ * Migrate the above TODOs to GitHub issues.
+
 Notes on coding style:
  * Use tabs. If you want to align lines, use spaces. Any desired alignment
    should display fine at any tab-length display setting.