• v1.0.0 ba50eb74ff

    Initial release of go-storage storage engine.
    All checks were successful
    Go Tests / Run Tests (1.24.2) (push) Successful in 9m39s

    jer released this 2025-04-20 19:46:22 +00:00 | 68 commits to master since this release

    Adds a complete LSM-based storage engine with these features:
    - Single-writer based architecture for the storage engine
    - WAL for durability, and hey it's configurable
    - MemTable with skip list implementation for fast read/writes
    - SSTable with block-based structure for on-disk level-based storage
    - Background compaction with tiered strategy
    - ACID transactions
    - Good documentation (I hope)
    Downloads