From f093b7feed36a3d267233d7af9da79aca57420dc Mon Sep 17 00:00:00 2001 From: nxshock Date: Fri, 9 Dec 2022 20:06:52 +0500 Subject: [PATCH] Remove seekable zstd streams note Looks like this library does not support chunked zstd streams --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index efeaeeb..416d4d0 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,5 @@ File is log stuctured list of commands: ## TODO -- [ ] Test [seekable zstd streams](https://github.com/SaveTheRbtz/zstd-seekable-format-go) - [ ] Implement optional separate index file to speedup store initialization - [ ] Add recovery previous state of store file on write error