Skip to content

Commit

Permalink
Add pointer to header file in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkakis authored Jan 2, 2024
1 parent 6a7c35f commit fcc220e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An embedded key-value store for modern SSDs.

### Install Dependencies

A few packages that Treeline depends on are
A few packages that TreeLine depends on are

- `libtbb-dev`
- `autoconf`
Expand Down Expand Up @@ -41,3 +41,13 @@ configuring.
```bash
cmake -DCMAKE_BUILD_TYPE=Release -DTL_BUILD_BENCHMARKS=ON .. && make -j
```

## Inspecting the codebase

If you would like to read more about the internals of TreeLine, you can start at [this header file](https://github.com/mitdbg/treeline/blob/master/include/treeline/pg_db.h).

The bulk of the code that comprises the current version of the system can be found in the [`page_grouping/`](https://github.com/mitdbg/treeline/tree/master/page_grouping) directory.

Thank you for your interest in diving deeper in our work!


0 comments on commit fcc220e

Please sign in to comment.