From 06a429ae4c1940093982360b4d9f86026bd831f8 Mon Sep 17 00:00:00 2001 From: nxshock Date: Sat, 3 Dec 2022 12:41:11 +0500 Subject: [PATCH] Add some notes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f250cd2..9b64c19 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Simple key-value store for single-user applications. ## Pros -* Simple file structure -* Internal compression +* Simple one file structure +* Internal Zstandard compression by [klauspost/compress/zstd](https://github.com/klauspost/compress/tree/master/zstd) * Threadsafe operations through `sync.RWMutex` ## Cons