Skip to content

Releases: JyotinderSingh/goLSM

goLSM Alpha

07 Feb 14:24
Compare
Choose a tag to compare
goLSM Alpha Pre-release
Pre-release

Educational LSM Tree implementation in Go, not tested for production use.

Feature Set

  1. Put/Get/Delete/RangeScan APIs.
  2. Basic WAL Recovery.
  3. Tiered SSTable Compaction.
  4. Bloom Filters and full indexes for SSTable lookups.