make image smaller

This commit is contained in:
2026-02-26 13:18:01 +01:00
parent 271e7f1f77
commit cf056dff04

View File

@@ -7,7 +7,7 @@ Locking* (to provide wait-free-like read performance) and *Shard-Level Locking*
Deletions use *Backward-Shift* to maintain table compactness without the performance degradation Deletions use *Backward-Shift* to maintain table compactness without the performance degradation
of tombstones. of tombstones.
<img src="benchmark_results.png" alt="Benchmark Results" width="50%"> <img src="benchmark_results.png" alt="Benchmark Results" width="75%">
## Quick Start ## Quick Start