From f10771ecbab73c341b20ba6d809fa0ac89c1afe6 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Thu, 13 Jul 2023 17:01:19 +0800 Subject: [PATCH] docs: update todo for compact-bytes --- crates/compact-bytes/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/compact-bytes/README.md b/crates/compact-bytes/README.md index dc8ed108..0f84515d 100644 --- a/crates/compact-bytes/README.md +++ b/crates/compact-bytes/README.md @@ -57,3 +57,7 @@ let bytes1 = arena.alloc(b"hello"); let bytes2 = arena.append(b"hello"); assert_ne!(bytes1.start(), bytes2.start()); ``` + +# TODO + +- More memory efficient implementation