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.
- Host: GitHub
- URL: https://github.com/droxer/lsmtree
- Owner: droxer
- License: apache-2.0
- Created: 2015-09-14T13:57:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T15:45:28.000Z (over 8 years ago)
- Last Synced: 2025-02-26T22:23:38.724Z (over 1 year ago)
- Topics: lsm-tree
- Language: Go
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Log-Structured Merge-Tree
[](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.