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

https://github.com/droxer/lsmtree

Experimental implementation of lsmtree.
https://github.com/droxer/lsmtree

lsm-tree

Last synced: 11 months ago
JSON representation

Experimental implementation of lsmtree.

Awesome Lists containing this project

README

          

# Log-Structured Merge-Tree

[![Build Status](https://travis-ci.org/droxer/lsm.svg?branch=master)](https://travis-ci.org/droxer/lsm)

This package provides a experimental implementation of [LSM](https://en.wikipedia.org/wiki/Log-structured_merge-tree).

See [(http://godoc.org/github.com/droxer/lsm)](http://godoc.org/github.com/droxer/lsm) for documentation.