{"id":19129335,"url":"https://github.com/tonitaga/vector-implementation-cpp","last_synced_at":"2025-02-22T16:17:17.826Z","repository":{"id":192677149,"uuid":"665601012","full_name":"tonitaga/Vector-Implementation-CPP","owner":"tonitaga","description":"My own implementation of the vector class from the C++ standard library","archived":false,"fork":false,"pushed_at":"2023-09-04T20:16:43.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T10:46:03.693Z","etag":null,"topics":["cpp","std","vector"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tonitaga.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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}},"created_at":"2023-07-12T15:02:58.000Z","updated_at":"2023-09-04T20:16:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ed2fc0b-50eb-4ac6-b6d7-c9e6923f712d","html_url":"https://github.com/tonitaga/Vector-Implementation-CPP","commit_stats":null,"previous_names":["tonitaga/vector-implementation-cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonitaga%2FVector-Implementation-CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonitaga%2FVector-Implementation-CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonitaga%2FVector-Implementation-CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonitaga%2FVector-Implementation-CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonitaga","download_url":"https://codeload.github.com/tonitaga/Vector-Implementation-CPP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240199257,"owners_count":19763827,"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":["cpp","std","vector"],"created_at":"2024-11-09T06:07:13.277Z","updated_at":"2025-02-22T16:17:17.712Z","avatar_url":"https://github.com/tonitaga.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vector by tonitaga\n---\n\n### Что это такое и с чем его едят?\n`Vector — стандартный шаблон обобщённого программирования языка C++, реализующий динамический массив.`\\\n`Если сказать простыми словами: Vector — это замена стандартному динамическому массиву, память для которого выделяется вручную`\n\n---\n### Основная идея\n`Бывают проекты, где запрещено использовать стандартные библиотечные контейнеры, данная реализация очень подойдет для использования в таких целях`\n\n```c++\nnamespace ng {\n    template \u003ctypename T, typename Allocator = std::allocator\u003cT\u003e\u003e\n    class vector {\n\n    };\n}\n```\n---\n\n### Как использовать?\n\n`Используется также как и std::vector в этом отличий нет`\n\n---\n`© tonitaga 2022`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonitaga%2Fvector-implementation-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonitaga%2Fvector-implementation-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonitaga%2Fvector-implementation-cpp/lists"}