{"id":13619808,"url":"https://github.com/codeworm96/laindb","last_synced_at":"2025-08-11T14:51:48.054Z","repository":{"id":76000776,"uuid":"42873087","full_name":"codeworm96/laindb","owner":"codeworm96","description":"Yet another key-value store","archived":false,"fork":false,"pushed_at":"2018-03-19T09:34:21.000Z","size":1620,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T15:56:39.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/codeworm96.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}},"created_at":"2015-09-21T14:54:38.000Z","updated_at":"2024-01-14T19:26:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"9313ce52-6560-477e-b0a6-c0e1b899b864","html_url":"https://github.com/codeworm96/laindb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeworm96/laindb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeworm96%2Flaindb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeworm96%2Flaindb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeworm96%2Flaindb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeworm96%2Flaindb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeworm96","download_url":"https://codeload.github.com/codeworm96/laindb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeworm96%2Flaindb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269906379,"owners_count":24494329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-01T21:00:48.974Z","updated_at":"2025-08-11T14:51:48.019Z","avatar_url":"https://github.com/codeworm96.png","language":"C++","funding_links":[],"categories":["课程列表"],"sub_categories":["Data Structure (Stanford CS106b)"],"readme":"# LainDB\nLainDB is a very simple key-value store engine. LainDB aims to be fast and flexible at the same time,\nso it uses modern c++ features, including nullptr and template. Therefore, LainDB needs c++11\nsupport. However, Laindb avoids any platform-specific API and can run on any platform.\n\nAs a key-value store, you are able to store any kind of data (you may need to provide a serializer),\ninside a key (a c-style string with a length limitation). This data can later be retrieved only if we\nknow the exact key used to store it. LainDB provides a minimal interface and it is easy to use but\nalso hard to write unsafe codes.\n\nLainDB’s index is implemented by a top-down B+tree. Cache are handled using LRU(Least Recently\nUsed) algorithm.\n\nDocumentation is under /doc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeworm96%2Flaindb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeworm96%2Flaindb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeworm96%2Flaindb/lists"}