zz-jason / leanstore

LeanStore is a larger-than-memory database, optimized for NVMe SSD and multi-core CPU, achieves performance close to in-memory systems without having to keep all data in memory.
MIT License
9 stars 0 forks source link

chore: make leanstore library and examples #91

Closed zz-jason closed 4 weeks ago

zz-jason commented 1 month ago

What's changed and how does it work?

  1. move header files to be exported to include/leanstore dir
  2. write a simple example for basic kv usage