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:
parent
350634de38
commit
06a429ae4c
@ -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…
Reference in New Issue
Block a user