{"id":15649191,"url":"https://github.com/virtuald/r-star-tree","last_synced_at":"2025-04-30T15:45:39.451Z","repository":{"id":68765140,"uuid":"62503313","full_name":"virtuald/r-star-tree","owner":"virtuald","description":"A relatively simple implementation of the R* Tree data structure for C++","archived":false,"fork":false,"pushed_at":"2023-01-10T18:10:52.000Z","size":31,"stargazers_count":48,"open_issues_count":3,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T09:02:01.210Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.virtualroadside.com/blog/index.php/2008/10/04/r-tree-implementation-for-cpp/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virtuald.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-07-03T15:40:19.000Z","updated_at":"2025-01-31T09:08:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9f7ed7b-5f9c-4db7-bef9-47167bf5289a","html_url":"https://github.com/virtuald/r-star-tree","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/virtuald%2Fr-star-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtuald%2Fr-star-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtuald%2Fr-star-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtuald%2Fr-star-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtuald","download_url":"https://codeload.github.com/virtuald/r-star-tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242673795,"owners_count":20167294,"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":[],"created_at":"2024-10-03T12:28:48.343Z","updated_at":"2025-03-09T09:30:23.534Z","avatar_url":"https://github.com/virtuald.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"R* Tree for C++\n===============\n\nIn 2008 I created this R* Tree implementation in C++. My goal for this\nimplementation was as follows:\n\n* Simple API – Most existing implementations I’ve seen are far from simple\n* Generic enough to use with most types, with low overhead\n* N dimensions for bounding boxes\n* Take advantage of modern C++ features to get decent performance\n\nThis is a header-only implementation of an R tree with an R* index, and makes\nheavy use of templates, STL, and STL-style functors; but it should work in any\nrelatively modern C++ compiler. To do searching for nodes, this implementation\nuses the Visitor pattern via functors — there are examples and documentation in\nRStarVisitor.h.\n\nMaintenance\n===========\n\nI do not use or update this code anymore, but I welcome pull requests.\n\nLicense\n=======\n\nGNU Lesser Public License v2.1\n\nAuthor\n======\n\nDustin Spicuzza (dustin@virtualroadside.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtuald%2Fr-star-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtuald%2Fr-star-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtuald%2Fr-star-tree/lists"}