From aa1a2edda6ed00969769d91397c022cae71c6f23 Mon Sep 17 00:00:00 2001 From: nxshock Date: Sat, 3 Dec 2022 21:03:27 +0500 Subject: [PATCH] Add TODOs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0d39f1e..0a85958 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,9 @@ File is log stuctured list of commands: | -------| ------------------------ | -------- | | Length | Record body bytes length | int64 | | Body | Gob-encoded record | variable | + +## TODO + +- [ ] Implement `Copy()` method to copy store without deleted records +- [ ] Test [seekable zstd streams](https://github.com/SaveTheRbtz/zstd-seekable-format-go) +- [ ] Implement optional separate index file to speedup store initialization