docs: update todo for compact-bytes

This commit is contained in:
Zixuan Chen 2023-07-13 17:01:19 +08:00
parent 346117ff54
commit f10771ecba

View file

@ -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