An open API service indexing awesome lists of open source software.

https://github.com/zhongzc/lsm-tree

A naive LSM-tree
https://github.com/zhongzc/lsm-tree

database lsm-tree scala

Last synced: 2 months ago
JSON representation

A naive LSM-tree

Awesome Lists containing this project

README

          

# LSM-tree

Run `FakeDataGenerator.main` to generate fake data.

Run `ThroughputBenchmark.main` for throughput benchmarking.

Run `LatencyBenchmark.main` for latency benchmarking.