mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-01 04:28:18 +00:00
docs: update todo for compact-bytes
This commit is contained in:
parent
346117ff54
commit
f10771ecba
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue