From 061676a4de70bcff81e860bf028647cd41348178 Mon Sep 17 00:00:00 2001 From: Ricardo Pallas Date: Sat, 25 Nov 2023 20:09:18 +0100 Subject: [PATCH] fixes readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d37cb2c..cf81b11 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ GrausDb is a high-performance, thread-safe key-value embedded data store written in Rust. It is designed for simplicity, efficiency, and reliability. ## Features -- **Lock-Free Concurrency:** GrausDb leverages lock-free data structures for high-performance concurrent access. +- **Lock-Free Reads:** GrausDb leverages lock-free data structures for high-performance concurrent reads. - **Persistence:** Data is persisted to disk for durability. - **Log-Based Storage:** Key-value pairs are stored in log files. - **Benchmarks:** Benchmarks included to assess the performance.