From 17eecb3e6f169c1f0d9eccd6c7f431c5e2dac90b Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 7 Jul 2018 16:51:05 -0400 Subject: [PATCH] Update TODOs in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 24a76c22..9b5dcbba 100644 --- 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. -- 2.30.2