{"id":31033311,"url":"https://github.com/thoughtscript/object_vs_map_2025","last_synced_at":"2025-09-14T01:44:10.629Z","repository":{"id":308981101,"uuid":"1034747271","full_name":"Thoughtscript/object_vs_map_2025","owner":"Thoughtscript","description":"Comparison Object vs. Map","archived":false,"fork":false,"pushed_at":"2025-08-09T01:53:37.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T03:22:23.079Z","etag":null,"topics":["javascript","map","object"],"latest_commit_sha":null,"homepage":"","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/Thoughtscript.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,"zenodo":null}},"created_at":"2025-08-08T23:11:13.000Z","updated_at":"2025-08-09T01:53:40.000Z","dependencies_parsed_at":"2025-08-09T03:22:25.430Z","dependency_job_id":"bec13693-bb74-40b0-bbf7-5f765c5769ca","html_url":"https://github.com/Thoughtscript/object_vs_map_2025","commit_stats":null,"previous_names":["thoughtscript/object_vs_map_2025"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Thoughtscript/object_vs_map_2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thoughtscript%2Fobject_vs_map_2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thoughtscript%2Fobject_vs_map_2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thoughtscript%2Fobject_vs_map_2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thoughtscript%2Fobject_vs_map_2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thoughtscript","download_url":"https://codeload.github.com/Thoughtscript/object_vs_map_2025/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thoughtscript%2Fobject_vs_map_2025/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275051519,"owners_count":25396977,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["javascript","map","object"],"created_at":"2025-09-14T01:44:09.708Z","updated_at":"2025-09-14T01:44:10.621Z","avatar_url":"https://github.com/Thoughtscript.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# object_vs_map_2025\r\n\r\n```bash\r\nMAP_SET_N_KEYS 500000 tests of key length 15 completed in 115\r\nMAP_READ_N_KEYS 500000 tests of key length 15 completed in 3\r\nMAP_SET_S_KEYS 500000 tests of key length 15 completed in 129\r\nMAP_READ_S_KEYS 500000 tests of key length 15 completed in 2\r\nMAP_READ_S_KEYS_ITER 500000 tests of key length 15 completed in 8\r\nMAP_READ_N_KEYS_ITER 500000 tests of key length 15 completed in 8\r\nMAP_JSON 500000 tests of key length 15 completed in 136\r\n==========================================================\r\nOBJ_SET_N_KEYS 500000 tests of key length 15 completed in 376\r\nOBJ_READ_N_KEYS 500000 tests of key length 15 completed in 126\r\nOBJ_SET_S_KEYS 500000 tests of key length 15 completed in 319\r\nOBJ_READ_S_KEYS 500000 tests of key length 15 completed in 117\r\nOBJ_JSON 500000 tests of key length 15 completed in 0\r\n```\r\n\r\n```bash\r\nMAP_SET_N_KEYS 10000 tests of key length 10 completed in 1\r\nMAP_READ_N_KEYS 10000 tests of key length 10 completed in 1\r\nMAP_SET_S_KEYS 10000 tests of key length 10 completed in 1\r\nMAP_READ_S_KEYS 10000 tests of key length 10 completed in 0\r\nMAP_READ_S_KEYS_ITER 10000 tests of key length 10 completed in 1\r\nMAP_READ_N_KEYS_ITER 10000 tests of key length 10 completed in 0\r\nMAP_JSON 10000 tests of key length 10 completed in 4\r\n==========================================================\r\nOBJ_SET_N_KEYS 10000 tests of key length 10 completed in 3\r\nOBJ_READ_N_KEYS 10000 tests of key length 10 completed in 2\r\nOBJ_SET_S_KEYS 10000 tests of key length 10 completed in 5\r\nOBJ_READ_S_KEYS 10000 tests of key length 10 completed in 1\r\nOBJ_JSON 10000 tests of key length 10 completed in 0\r\n```\r\n\r\n```bash\r\nMAP_SET_N_KEYS 400 tests of key length 10 completed in 0\r\nMAP_READ_N_KEYS 400 tests of key length 10 completed in 0\r\nMAP_SET_S_KEYS 400 tests of key length 10 completed in 0\r\nMAP_READ_S_KEYS 400 tests of key length 10 completed in 0\r\nMAP_READ_S_KEYS_ITER 400 tests of key length 10 completed in 0\r\nMAP_READ_N_KEYS_ITER 400 tests of key length 10 completed in 0\r\nMAP_JSON 400 tests of key length 10 completed in 0\r\n==========================================================\r\nOBJ_SET_N_KEYS 400 tests of key length 10 completed in 1\r\nOBJ_READ_N_KEYS 400 tests of key length 10 completed in 0\r\nOBJ_SET_S_KEYS 400 tests of key length 10 completed in 1\r\nOBJ_READ_S_KEYS 400 tests of key length 10 completed in 0\r\nOBJ_JSON 400 tests of key length 10 completed in 0\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtscript%2Fobject_vs_map_2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthoughtscript%2Fobject_vs_map_2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtscript%2Fobject_vs_map_2025/lists"}