You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The Quick Merkle Database (QMDB) is a high-performance verifiable key-value stor
9
9
It is designed to take advantage of modern SSDs and minimize flash write amplification with an append-only design.
10
10
QMDB can perform in-memory Merklelization with minimal DRAM usage, and offers efficient cryptographic proofs for inclusion, exclusion, and historical states.
11
11
12
-
Read the QMDB paper here: <https://layerzero.network/publications/QMDB_13Jan2025_v1.0.pdf>
12
+
Read the QMDB paper here: <https://arxiv.org/pdf/2501.05262>
13
13
14
14
*QMDB is ongoing research. Designed for high performance and practical use, some features are still evolving. We invite feedback and contributions from the community.*
0 commit comments