There are 1 repository under log-structured-merge-tree topic.
Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package
Horizontally scalable, highly available, key-value storage service with distributed transaction support written in C++
A high-performance, Log-Structured Merge-Tree (LSM-tree) based storage system for key-value databases. This implementation leverages Java 21's new features like the Arena API and MemoryLayout for efficient memory management.
Code for Cloud Databases LSMT assignment
A Unordered LSM (bitcask) based Key Value Store in python
High-performance LSM-tree key-value store in Rust with configurable SST implementations, buffer pool caching, bloom filters, and multiple compaction policies