{"id":13837633,"url":"https://github.com/fabiospampinato/uint8-concat","last_synced_at":"2025-09-07T05:35:37.224Z","repository":{"id":65831536,"uuid":"600921307","full_name":"fabiospampinato/uint8-concat","owner":"fabiospampinato","description":"Concatenate mutiple Uint8Arrays super efficiently.","archived":false,"fork":false,"pushed_at":"2025-01-17T00:05:50.000Z","size":5,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-22T23:26:24.541Z","etag":null,"topics":["concat","concatenate","fast","uint8"],"latest_commit_sha":null,"homepage":"","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/fabiospampinato.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,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2023-02-13T01:04:56.000Z","updated_at":"2025-01-17T00:05:52.000Z","dependencies_parsed_at":"2025-07-27T16:32:52.280Z","dependency_job_id":"9b23b480-61e2-4c9c-bfd6-8b47207bb9c3","html_url":"https://github.com/fabiospampinato/uint8-concat","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"85e3c04520de7c794618498e330ee6f27f638a4f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fabiospampinato/uint8-concat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-concat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-concat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-concat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-concat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/uint8-concat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-concat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273997530,"owners_count":25204555,"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-07T02:00:09.463Z","response_time":67,"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":["concat","concatenate","fast","uint8"],"created_at":"2024-08-04T15:01:17.997Z","updated_at":"2025-09-07T05:35:37.161Z","avatar_url":"https://github.com/fabiospampinato.png","language":"JavaScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":["JavaScript"],"sub_categories":[],"readme":"# Uint8 Concat\n\nConcatenate mutiple Uint8Arrays super efficiently.\n\n## Install\n\n```sh\nnpm install uint8-concat\n```\n\n## Usage\n\n```ts\nimport concat from 'uint8-concat';\n\n// Let's concatenate some Uint8Arrays\n\nconst buffer1 = new Uint8Array ([ 1, 2, 3 ]);\nconst buffer2 = new Uint8Array ([ 4, 5, 6 ]);\nconst buffer3 = new Uint8Array ([ 7, 8, 9 ]);\n\nconcat ([ buffer1, buffer2, buffer3 ]); // =\u003e Uint8Array(9) [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fuint8-concat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fuint8-concat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fuint8-concat/lists"}