Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Jun 27, 2024
1 parent ffabe85 commit 545dce8
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 @@ -22,7 +22,7 @@ Generic value log implementation for key-value separated storage, inspired by Ro
- 100% safe & stable Rust
- Supports generic KV-index structures (LSM-tree, ...)
- Generic per-blob compression (optional)
- In-memory blob cache for hot data - can be shared between multiple value logs to cap memory usage
- In-memory blob cache for hot data (can be shared between multiple value logs to cap memory usage)
- On-line garbage collection

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

0 comments on commit 545dce8

Please sign in to comment.