make image smaller

This commit is contained in:
2026-02-26 13:17:39 +01:00
parent 87bbca2449
commit 271e7f1f77

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
of tombstones.
![Benchmark Results](benchmark_results.png)
<img src="benchmark_results.png" alt="Benchmark Results" width="50%">
## Quick Start