Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jun 11, 2024
1 parent 5c4f981 commit 87d493c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Generic value log implementation for key-value separated storage, inspired by Ro
- Thread-safe API
- 100% safe & stable Rust
- Supports generic KV-index structures (LSM-tree, ...)
- Built-in per-blob compression (LZ4)
- Built-in per-blob compression (LZ4, Miniz) (optional)
- In-memory blob cache for hot data - can be shared between multiple value logs to cap memory usage

Keys are limited to 65536 bytes, values are limited to 2^32 bytes.
Expand Down

0 comments on commit 87d493c

Please sign in to comment.