Skip to content

An update-in-place key-value store for modern storage.

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.leveldb
Unknown
LICENSE.rocksdb
Notifications You must be signed in to change notification settings

mitdbg/treeline

Repository files navigation

TreeLine

An embedded key-value store for modern SSDs.

Building from source

CMake 3.17+ is required for building this project.

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && make -j

To build the tests, turn on the TL_BUILD_TESTS option when configuring.

cmake -DCMAKE_BUILD_TYPE=Release -DTL_BUILD_TESTS=ON .. && make -j

To build the benchmarks, turn on the TL_BUILD_BENCHMARKS option when configuring.

cmake -DCMAKE_BUILD_TYPE=Release -DTL_BUILD_BENCHMARKS=ON .. && make -j

About

An update-in-place key-value store for modern storage.

Topics

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.leveldb
Unknown
LICENSE.rocksdb

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •