{"id":36677940,"url":"https://github.com/bnclabs/gostore","last_synced_at":"2026-01-12T10:52:26.006Z","repository":{"id":57554538,"uuid":"45391277","full_name":"bnclabs/gostore","owner":"bnclabs","description":"Storage algorithms.","archived":false,"fork":false,"pushed_at":"2021-02-10T11:14:51.000Z","size":19030,"stargazers_count":35,"open_issues_count":49,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-20T11:13:31.270Z","etag":null,"topics":["balanced-tree","btree","golang","llrb","lsm","malloc","multithreading","mvcc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bnclabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-02T11:46:44.000Z","updated_at":"2024-01-03T09:26:16.000Z","dependencies_parsed_at":"2022-09-26T18:51:21.659Z","dependency_job_id":null,"html_url":"https://github.com/bnclabs/gostore","commit_stats":null,"previous_names":["prataprc/gostore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bnclabs/gostore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnclabs%2Fgostore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnclabs%2Fgostore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnclabs%2Fgostore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnclabs%2Fgostore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bnclabs","download_url":"https://codeload.github.com/bnclabs/gostore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnclabs%2Fgostore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:40:25.642Z","status":"ssl_error","status_checked_at":"2026-01-12T10:39:27.820Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["balanced-tree","btree","golang","llrb","lsm","malloc","multithreading","mvcc"],"created_at":"2026-01-12T10:52:25.932Z","updated_at":"2026-01-12T10:52:25.993Z","avatar_url":"https://github.com/bnclabs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Storage algorithms in golang\n============================\n\n[![GoDoc](https://godoc.org/github.com/bnclabs/gostore?status.png)](https://godoc.org/github.com/bnclabs/gostore)\n[![Go Report Card](https://goreportcard.com/badge/github.com/bnclabs/gostore)](https://goreportcard.com/report/github.com/bnclabs/gostore)\n\nPackage storage implement a collection of storage algorithm and necessary\ntools and libraries. Applications wishing to use this package please checkout\ninterfaces defined under [api/](api/README.md).\n\nAs of now, two data structures are available for indexing key,value entries:\n\n* [**llrb**](llrb/README.md) in memory left-leaning red-black tree\n* [**bubt**](bubt/README.md) immutable, durable bottoms up btree.\n* [**bogn**](bogn/README.md) multi-leveled, lsm based, ACID compliant storage.\n\nThere are some sub-packages that are common to all storage algorithms:\n\n* [**flock**](flock/README.md) read-write mutex locks across process.\n* [**lib**](lib/README.md) collections of helper functions.\n* [**lsm**](lsm/README.md) implements log-structured-merge.\n* [**malloc**](malloc/README.md) custom memory alloctor, can be used instead\n  of golang's memory allocator or OS allocator.\n\nHow to contribute\n-----------------\n\n[![Issue Stats](http://issuestats.com/github/bnclabs/gostore/badge/issue)](http://issuestats.com/github/bnclabs/gostore)\n[![Issue Stats](http://issuestats.com/github/bnclabs/gostore/badge/pr)](http://issuestats.com/github/bnclabs/gostore)\n\n* Pick an issue, or create an new issue. Provide adequate documentation for\n  the issue.\n* Assign the issue or get it assigned.\n* Work on the code, once finished, raise a pull request.\n* Gostore is written in [golang](https://golang.org/), hence expected to follow the\n  global guidelines for writing go programs.\n* If the changeset is more than few lines, please generate a\n  [report card][report-link].\n* As of now, branch ``master`` is the development branch.\n\n[report-link]: https://goreportcard.com/report/github.com/bnclabs/gostore.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnclabs%2Fgostore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbnclabs%2Fgostore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnclabs%2Fgostore/lists"}