{"id":16846631,"url":"https://github.com/othree/immutable-quadtree-js","last_synced_at":"2025-03-18T09:12:16.071Z","repository":{"id":30227349,"uuid":"33778444","full_name":"othree/immutable-quadtree-js","owner":"othree","description":"Immutable Quadtree in JS","archived":false,"fork":false,"pushed_at":"2015-06-24T05:59:09.000Z","size":376,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T22:42:46.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/othree.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}},"created_at":"2015-04-11T14:21:00.000Z","updated_at":"2021-09-19T02:35:15.000Z","dependencies_parsed_at":"2022-08-25T06:42:02.921Z","dependency_job_id":null,"html_url":"https://github.com/othree/immutable-quadtree-js","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/othree%2Fimmutable-quadtree-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fimmutable-quadtree-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fimmutable-quadtree-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othree%2Fimmutable-quadtree-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/othree","download_url":"https://codeload.github.com/othree/immutable-quadtree-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244189829,"owners_count":20412991,"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-13T13:04:00.769Z","updated_at":"2025-03-18T09:12:16.048Z","avatar_url":"https://github.com/othree.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# immutable-quadtree-js \n\n[![Build Status](https://travis-ci.org/othree/immutable-quadtree-js.svg?branch=master)](https://travis-ci.org/othree/immutable-quadtree-js)\n\nImmutable Quadtree in JS\n\n\n\n## Example\n\n    var a = new ImmutableQuadTree(4);\n    var b = a.add('0000', {_id: 'ABC'});\n    var c = b.add('0000', {_id: 'ABC'});\n    var d = c.add('0010', {_id: 'BBB'});\n\n    a === b; // false\n    b === c; // true\n    c === d; // false\n\n    var e = d.keep('001');\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothree%2Fimmutable-quadtree-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fothree%2Fimmutable-quadtree-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothree%2Fimmutable-quadtree-js/lists"}