{"id":19793553,"url":"https://github.com/darky/rstar-wasm","last_synced_at":"2025-05-01T02:30:42.672Z","repository":{"id":35206477,"uuid":"215869956","full_name":"darky/rstar-wasm","owner":"darky","description":"R-tree, which compiled to WebAssembly from rstar crate","archived":false,"fork":false,"pushed_at":"2024-06-27T08:26:58.000Z","size":527,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T21:52:20.378Z","etag":null,"topics":["index","point","r-tree","rectangle","rtree","spatial"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/darky.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":"2019-10-17T19:26:36.000Z","updated_at":"2025-01-02T11:59:24.000Z","dependencies_parsed_at":"2024-09-03T04:01:00.032Z","dependency_job_id":"78b2426c-8f02-4568-ad74-2e09b362b657","html_url":"https://github.com/darky/rstar-wasm","commit_stats":{"total_commits":32,"total_committers":3,"mean_commits":"10.666666666666666","dds":0.25,"last_synced_commit":"438f9b653b525a61eedafc9b5b739ecce6bd79f8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darky%2Frstar-wasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darky%2Frstar-wasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darky%2Frstar-wasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darky%2Frstar-wasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darky","download_url":"https://codeload.github.com/darky/rstar-wasm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251812261,"owners_count":21647875,"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":["index","point","r-tree","rectangle","rtree","spatial"],"created_at":"2024-11-12T07:10:20.223Z","updated_at":"2025-05-01T02:30:42.374Z","avatar_url":"https://github.com/darky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rstar-wasm\n\nR-tree, which compiled to WebAssembly from rstar crate\n\n## Basic usage\n\n```javascript\nimport {RTree} from 'rstar-wasm';\n\nconst tree = new RTree();\n\ntree.insert([1, 1]);\ntree.insert([2, 2]);\n\ntree.nearest([2.2, 2.2]); // [2, 2]\n\ntree.destroy();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarky%2Frstar-wasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarky%2Frstar-wasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarky%2Frstar-wasm/lists"}