{"id":20139065,"url":"https://github.com/threeletters/quickmapv2","last_synced_at":"2026-06-07T04:31:30.666Z","repository":{"id":136470355,"uuid":"82498820","full_name":"ThreeLetters/QuickMapv2","owner":"ThreeLetters","description":"Quickmap, but much better","archived":false,"fork":false,"pushed_at":"2017-02-21T15:45:37.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T10:11:22.727Z","etag":null,"topics":["data-structure","javascript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ThreeLetters.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":"2017-02-20T00:03:05.000Z","updated_at":"2017-02-21T15:42:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb0d9aae-e92c-4758-933a-285b17c7af1d","html_url":"https://github.com/ThreeLetters/QuickMapv2","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/ThreeLetters%2FQuickMapv2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThreeLetters%2FQuickMapv2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThreeLetters%2FQuickMapv2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThreeLetters%2FQuickMapv2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThreeLetters","download_url":"https://codeload.github.com/ThreeLetters/QuickMapv2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582555,"owners_count":19985846,"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":["data-structure","javascript"],"created_at":"2024-11-13T21:43:51.654Z","updated_at":"2026-06-07T04:31:30.624Z","avatar_url":"https://github.com/ThreeLetters.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickMapv2\nQuickmap, but much better\n\n## The Plan\nUse a key-value array with a Doubly-LinkedList\n### Insertion: \n1. Add the node to the linked list (var linkedlistnode = linkedlist.insert(node))\n2. Add the linkedlist node into the array as the key (arr[key] = linkedlistnode)\n\n### Deletion:\n1. Get linkedlistnode from array.\n2. do linkedlistnode.destroy();\n\n### Loop\n1. Loop through linkedlist\n\n## Why?\n\nItem deletion is expensive. But removing the pointer isnt. Also, why not use a key-value pair?\n\n## Notes\n\n1. Do not insert with a key used before unless you delete it with `delete()` - It wont check duplicates for efficiency\n2. Do not delete a key that has not been inserted. - It wont check if it exsists for efficiency\n3. Do not get from a key that has not been inserted yet - It wont check for efficiency.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeletters%2Fquickmapv2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeletters%2Fquickmapv2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeletters%2Fquickmapv2/lists"}