1
0
mirror of https://github.com/nxshock/zkv.git synced 2024-11-27 11:21:02 +05:00

Add some notes

This commit is contained in:
nxshock 2022-12-03 12:41:11 +05:00
parent 350634de38
commit 06a429ae4c

View File

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