{"id":15495108,"url":"https://github.com/samchon/big-associative","last_synced_at":"2025-04-22T20:28:14.341Z","repository":{"id":143856671,"uuid":"306497617","full_name":"samchon/big-associative","owner":"samchon","description":"Big associative containers who can store over 14M elements.","archived":false,"fork":false,"pushed_at":"2020-10-23T06:09:03.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T03:32:20.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/samchon.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}},"created_at":"2020-10-23T01:19:14.000Z","updated_at":"2023-03-15T07:59:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d12e118-35b1-4663-8ea8-b3d27e5999e2","html_url":"https://github.com/samchon/big-associative","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/samchon%2Fbig-associative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samchon%2Fbig-associative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samchon%2Fbig-associative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samchon%2Fbig-associative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samchon","download_url":"https://codeload.github.com/samchon/big-associative/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250318070,"owners_count":21410872,"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-02T08:16:08.166Z","updated_at":"2025-04-22T20:28:14.317Z","avatar_url":"https://github.com/samchon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Big Associative\n## Outline\nNative associative containers of the JavaScript, they only can store under 2\u003csup\u003e24\u003c/sup\u003e elements.\n\nThe `big-associative` provides extended associative containers who can ignore the limitations. With the below components, you can store infinite elements until the memory overflow.\n\nJS Native | Extended\n----------|----------\nMap       | BigMap\nSet       | BigSet\nWeakMap   | BigWeakMap\nWeakSet   | BigWeakSet\n\n\n\n\n## Installation\n### NPM Module\nInstalling the `big-associative` is very easy. Just use the *npm install* command.\n\n```bash\nnpm install --save big-associative\n```\n\n### Usage\nJust import `big-associative` and use any class what you want:\n\n```typescript\nimport { BigMap, BigSet, BigWeakMap, BigWeakSet } from \"big-associative\";\n\nfunction main(): void\n{\n    const map: BigMap\u003cnumber, number\u003e = new BigMap();\n    for (let i: number = 0; i \u003c Number.MAX_INTEGER; ++i)\n        map.set(i, i);\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamchon%2Fbig-associative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamchon%2Fbig-associative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamchon%2Fbig-associative/lists"}