From 87d493c94c0df15fbf1b8b0cfa73634c46307462 Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Tue, 11 Jun 2024 13:28:38 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f9cbd4..65f280a 100644 --- a/README.md +++ b/README.md @@ -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.