mirror of
https://github.com/nxshock/zkv.git
synced 2025-07-01 00:13:37 +05:00
Add some notes
This commit is contained in:
parent
350634de38
commit
06a429ae4c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue