{"id":21576021,"url":"https://github.com/leonwind/lsm-tree","last_synced_at":"2026-01-23T12:19:42.280Z","repository":{"id":104454890,"uuid":"472288559","full_name":"leonwind/LSM-Tree","owner":"leonwind","description":"A proof of concept implementation of a Key Value Store using an LSM-Tree with benchmarks against RocksDB.","archived":false,"fork":false,"pushed_at":"2022-06-19T19:39:09.000Z","size":160,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T19:50:12.350Z","etag":null,"topics":["key-value-store","kv-store","lsm-tree","red-black-tree"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leonwind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-21T10:31:06.000Z","updated_at":"2023-07-01T10:53:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"84222a76-3736-4977-adfa-1ef6ad9328b4","html_url":"https://github.com/leonwind/LSM-Tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leonwind/LSM-Tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwind%2FLSM-Tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwind%2FLSM-Tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwind%2FLSM-Tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwind%2FLSM-Tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonwind","download_url":"https://codeload.github.com/leonwind/LSM-Tree/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwind%2FLSM-Tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28691024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["key-value-store","kv-store","lsm-tree","red-black-tree"],"created_at":"2024-11-24T12:14:58.254Z","updated_at":"2026-01-23T12:19:42.248Z","avatar_url":"https://github.com/leonwind.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LSM-Tree \nImplementation of a simplistic Key-Value Store using a [Log-structured Merge-tree (LSM-Tree)](https://en.wikipedia.org/wiki/Log-structured_merge-tree) as its underlying datastructure with a Red-Black Tree for the Memtable and the Sparse Index of the SSTs.\n\n## Usage\n\n```\ncd build/\ncmake ..\nmake\n./kv_store\n```\n\n## Benchmarks\nThe LSM-Tree got benchmarked against [RocksDB](https://github.com/facebook/rocksdb) by Facebook. You can run the benchmarks your self after compiling under `./build/benchmark/run_benchmarks`.\nThe results are also visualized in [benchmark.ipynb](https://github.com/leonwind/LSM-Tree/blob/main/benchmark/benchmarks.ipynb).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonwind%2Flsm-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonwind%2Flsm-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonwind%2Flsm-tree/lists"}