Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran committed Nov 12, 2023
1 parent f31f629 commit 8413d81
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# LSM tree

An implementation of the Log-Structured Merge Tree (LSM tree) data structure in Java.
Here you can find a [Medium article](https://medium.com/@tomfran/log-structured-merge-tree-a79241c959e3) about this project.

**Table of Contents**

1. [Architecture](#Architecture)
1. [SSTable](#SSTable)
2. [Skip-List](#Skip-List)
3. [Tree](#Tree)
4. [Benchmarks](#Benchmarks)
1. [Architecture](#architecture)
1. [SSTable](#sstable)
2. [Skip-List](#skip-list)
3. [Tree](#tree)
4. [Benchmarks](#benchmarks)
1. [SSTable](#sstable-1)
2. [Skip-List](#skip-list-1)
3. [Tree](#tree-1)
Expand Down Expand Up @@ -228,4 +229,4 @@ I don't have the practical time to do all of this, perhaps the first two points
- [A Skip List Cookbook](https://api.drum.lib.umd.edu/server/api/core/bitstreams/17176ef8-8330-4a6c-8b75-4cd18c570bec/content)
by William Pugh.

_If you found this useful or interesting do not hesitate to ask clarifying questions or get in touch!_
_If you found this useful or interesting do not hesitate to ask clarifying questions or get in touch!_

0 comments on commit 8413d81

Please sign in to comment.