the source code is here:
https://github.com/shuttler/lsmtree
Now is under construction,.
LAYOUT
=======
mtable : memory table(a key sorted skiplist,very fast,200000 ops/
second)
sstable : On-Disk indices(key sorted),include : block index,blocks
log : insert/update/delete log file,when checkpoint created it
will be deleted.
Waiting for your feedbacks.
此致
BohuTANG