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 87d493c commit 1c8908a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Generic value log implementation for key-value separated storage, inspired by Ro
- Supports generic KV-index structures (LSM-tree, ...)
- 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
- On-line garbage collection

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

Expand Down

0 comments on commit 1c8908a

Please sign in to comment.