From 545dce8deb8b6743b434d718d1ae66a68a21e44c Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:37:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22dcb46..2576125 100644 --- a/README.md +++ b/README.md @@ -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.