Skip to content

Commit

Permalink
fixes readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RPallas92 committed Nov 25, 2023
1 parent 2115558 commit 061676a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 061676a

Please sign in to comment.