{"id":25419274,"url":"https://github.com/yexuanxiao/deque","last_synced_at":"2026-02-13T03:29:56.765Z","repository":{"id":276762413,"uuid":"930191932","full_name":"YexuanXiao/deque","owner":"YexuanXiao","description":"The next-generation deque container for C++","archived":false,"fork":false,"pushed_at":"2025-05-03T05:44:01.000Z","size":362,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T06:26:38.604Z","etag":null,"topics":["cpp23","cpp23-library","modern-cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","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/YexuanXiao.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}},"created_at":"2025-02-10T08:26:31.000Z","updated_at":"2025-05-03T05:43:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"e138d917-cb38-44c2-9601-f3fda5416ede","html_url":"https://github.com/YexuanXiao/deque","commit_stats":null,"previous_names":["yexuanxiao/deque"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YexuanXiao%2Fdeque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YexuanXiao%2Fdeque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YexuanXiao%2Fdeque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YexuanXiao%2Fdeque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YexuanXiao","download_url":"https://codeload.github.com/YexuanXiao/deque/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166485,"owners_count":21864469,"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":["cpp23","cpp23-library","modern-cpp"],"created_at":"2025-02-16T18:36:53.123Z","updated_at":"2026-02-13T03:29:56.761Z","avatar_url":"https://github.com/YexuanXiao.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [deque](https://github.com/yexuanXiao/deque)\n\n[![Check](https://github.com/YexuanXiao/deque/actions/workflows/ci.yml/badge.svg)](https://github.com/YexuanXiao/deque/actions/workflows/ci.yml)\n\nThe next-generation deque container for C++, written and designed using modern C++ with sufficiently good performance. Fully maintaining compatibility with the std::deque and supports contiguous access through buckets. Requires C++20.\n\nThe [noalloc](https://github.com/YexuanXiao/deque/tree/noalloc) branch provides an allocator-free version to explain the design of the deque and facilitate further modifications. The repository [deque-test](https://github.com/YexuanXiao/deque-test) provides a ported version of the test cases from libc++. The repository [deque-benchmark](https://github.com/YexuanXiao/deque-benchmark) provides performance tests to compare the performance differences between this and the three other standard library implementations.\n\nThis implementation is better than libstdc++, libc++, and Microsoft STL. See [STL-vNext #3](https://github.com/YexuanXiao/STL-vNext/issues/3).\n\n## Compiler Portability\n\nGCC 11+, Clang 13+, MSVC 19.43+\n\n## Standard Library Portability\n\nlibstdc++10+, libc++16+, MSVC STL 19.29+\n\n## Notes\n\nIt is recommended to use the latest compilers and standard libraries as they provide more optimized code.\n\nBuild tests cannot using the libc++, due to libc++ has not yet implemented `views::enumerate`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyexuanxiao%2Fdeque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyexuanxiao%2Fdeque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyexuanxiao%2Fdeque/lists"}