{"id":15047169,"url":"https://github.com/jesuisstan/42_stl_containers","last_synced_at":"2026-03-17T23:34:54.170Z","repository":{"id":166508087,"uuid":"642009000","full_name":"jesuisstan/42_stl_containers","owner":"jesuisstan","description":"implementation of C++ standard template library container types","archived":false,"fork":false,"pushed_at":"2024-09-20T08:22:35.000Z","size":1347,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T19:47:33.736Z","etag":null,"topics":["42","cpp","cpp98","makefile","map","oop","red-black-tree","set","stack","stl-containers","vector"],"latest_commit_sha":null,"homepage":"","language":"C++","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/jesuisstan.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":"2023-05-17T16:09:50.000Z","updated_at":"2024-09-20T08:22:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"cac7afea-f3e6-4491-b27e-8b38d725dc09","html_url":"https://github.com/jesuisstan/42_stl_containers","commit_stats":null,"previous_names":["jesuisstan/42_stl_containers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jesuisstan/42_stl_containers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesuisstan%2F42_stl_containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesuisstan%2F42_stl_containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesuisstan%2F42_stl_containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesuisstan%2F42_stl_containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jesuisstan","download_url":"https://codeload.github.com/jesuisstan/42_stl_containers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesuisstan%2F42_stl_containers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30635188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T22:38:22.569Z","status":"ssl_error","status_checked_at":"2026-03-17T22:38:11.804Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["42","cpp","cpp98","makefile","map","oop","red-black-tree","set","stack","stl-containers","vector"],"created_at":"2024-09-24T20:55:02.539Z","updated_at":"2026-03-17T23:34:54.150Z","avatar_url":"https://github.com/jesuisstan.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 42_stl_containers\n## Foreword\nThis is one of the Ecole 42 common core projects.\\\nIt is about implementing some container types of the C++ standard template library.\\\nThe project is written with the C++98 standard, so any later feature of the containers is not implemented, \\\nbut every C++98 feature (even deprecated ones) is done.\nThe projects provides good understanding of Object-oriented programming and Red-Black tree logic.\n\n## Description\nThe following containers implemented and turned in the necessary `\u003ccontainer\u003e.hpp` files with\na `Makefile`:\n- vector\n- map\n- stack\n- set (Red-Black tree)\n\nAlso implemented:\n- std::iterator_traits\n- std::reverse_iterator\n- std::enable_if\n- std::is_integral\n- std::equal and/or std::lexicographical_compare\n- std::pair\n- std::make_pair\n\nFull project description you can find in `en.subject.pdf`\n\n## Requirements\n- installed clang++\n- installed Makefile\n\n## How to use\nIn project directory:\n1. Run the `test.sh` to difference between STL and my containers performance\\\n(the content of performed test can be checked in `main_ft.cpp` and `main_stl.cpp` files).\n2. Run `make fclean` to delete all created files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesuisstan%2F42_stl_containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjesuisstan%2F42_stl_containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesuisstan%2F42_stl_containers/lists"}