Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwlz committed Jan 10, 2025
1 parent 281620c commit b9418ac
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 @@ -40,7 +40,7 @@ Read the QMDB paper here: <https://arxiv.org/abs/2412.15022>
## Key data structures

- **Entry** ([`qmdb/src/entryfile/entry.rs`](qmdb/src/entryfile/entry.rs)): The primitive data structure in QMDB, with each Entry corresponding to a single key-value pair.
- **Twigs** ([`qmdb/src/merkletree/twigs.rs`](qmdb/src/merkletree/twigs.rs)): A compact and efficient representation of the Merkle tree, minimizing DRAM usage by keeping most data on SSD.
- **Twigs** ([`qmdb/src/merkletree/twig.rs`](qmdb/src/merkletree/twig.rs)): A compact and efficient representation of the Merkle tree, minimizing DRAM usage by keeping most data on SSD.

## Installation

Expand Down

0 comments on commit b9418ac

Please sign in to comment.