From 2116e142eeb9f52f56b8e9cd2529376462b89b38 Mon Sep 17 00:00:00 2001 From: Alex Gaetano Padula Date: Fri, 1 Nov 2024 06:57:52 -0400 Subject: [PATCH] update read me --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8287e74..7239f36 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ More benchmarks coming comparing against other storage engines. - TTL support (time to live). Keys can be set to expire after a certain time duration. - Optional compression support (Simple lightweight and optimized Lempel-Ziv 1977 inspired compression algorithm) - Background flushing and compaction operations for less blocking on read and write operations +- Multithreaded parallel compaction - No dependencies