{"id":13736271,"url":"https://github.com/narimiran/sorta","last_synced_at":"2025-06-14T07:33:15.217Z","repository":{"id":115375830,"uuid":"219439196","full_name":"narimiran/sorta","owner":"narimiran","description":"SortedTables in Nim, based on B-Trees","archived":false,"fork":false,"pushed_at":"2020-06-07T17:03:56.000Z","size":39,"stargazers_count":17,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-15T04:46:09.184Z","etag":null,"topics":["b-tree","btree","nim","nim-lang","sorted","sorted-data","sorted-dict","sorted-dictionary","sorted-map","table"],"latest_commit_sha":null,"homepage":null,"language":"Nim","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/narimiran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-11-04T07:11:25.000Z","updated_at":"2024-06-17T13:15:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"9668b159-fc2f-4e3e-8c42-817da27f7b37","html_url":"https://github.com/narimiran/sorta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narimiran%2Fsorta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narimiran%2Fsorta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narimiran%2Fsorta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narimiran%2Fsorta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narimiran","download_url":"https://codeload.github.com/narimiran/sorta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244293344,"owners_count":20429826,"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","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":["b-tree","btree","nim","nim-lang","sorted","sorted-data","sorted-dict","sorted-dictionary","sorted-map","table"],"created_at":"2024-08-03T03:01:18.582Z","updated_at":"2025-03-18T19:45:55.193Z","avatar_url":"https://github.com/narimiran.png","language":"Nim","funding_links":[],"categories":["Data"],"sub_categories":["Data Structures"],"readme":"# Sorted Tables\n\nSortedTable implementation using [B-Tree](https://en.wikipedia.org/wiki/Btree)\nas an internal data structure.\n\nThe  BTree algorithm is based on:\n* N. Wirth, J. Gutknecht:\n  Project Oberon, The Design of an Operating System and Compiler;\n  pages 174-190.\n\nPublic API tries to mimic API of Nim's built-in Tables as much as possible.\nThe ommission of `add` procedure is done on purpose.\n\n\n\n## Installation\n\n```\nnimble install sorta\n```\n\nRequired Nim version is at least 1.0.0.\n\n\n\n## Usage\n\nSee the [documentation](https://narimiran.github.io/sorta).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarimiran%2Fsorta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarimiran%2Fsorta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarimiran%2Fsorta/lists"}