Releases: JyotinderSingh/goLSM
Releases · JyotinderSingh/goLSM
goLSM Alpha
Educational LSM Tree implementation in Go, not tested for production use.
Feature Set
- Put/Get/Delete/RangeScan APIs.
- Basic WAL Recovery.
- Tiered SSTable Compaction.
- Bloom Filters and full indexes for SSTable lookups.