{"id":20042691,"url":"https://github.com/webcpu/stl","last_synced_at":"2026-05-13T04:07:28.643Z","repository":{"id":45526744,"uuid":"513494131","full_name":"webcpu/STL","owner":"webcpu","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-09T21:01:27.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T19:35:52.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/webcpu.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":"2022-07-13T11:27:45.000Z","updated_at":"2024-11-09T21:01:31.000Z","dependencies_parsed_at":"2025-01-12T19:33:10.479Z","dependency_job_id":"2c105056-483c-47df-a4ce-462aafd85751","html_url":"https://github.com/webcpu/STL","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/webcpu%2FSTL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcpu%2FSTL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcpu%2FSTL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcpu%2FSTL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcpu","download_url":"https://codeload.github.com/webcpu/STL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241470607,"owners_count":19968068,"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-11-13T10:52:51.438Z","updated_at":"2026-05-13T04:07:28.600Z","avatar_url":"https://github.com/webcpu.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STL\n\nThe Standard Template Library (STL) is a set of Swift classes to provide common programming data structures and functions such as lists, stacks, arrays, etc.\n\n## Classes\n### class Deque\nDeque (usually pronounced like “deck”) is an irregular acronym of double-ended queue. Double-ended queues are sequence containers with dynamic sizes that can be expanded or contracted on both ends (either its front or its back).\n\n### class ForwardList\nForwardLists are sequence containers that allow constant time insert and erase operations anywhere within the sequence.\n\n### class List\nLists are sequence containers that allow constant time insert and erase operations anywhere within the sequence, and iteration in both directions.\n\n### class OrderedMap\nOrderedMaps are associative containers that store elements formed by a combination of a key value and a mapped value, following a specific order.\n\n### class OrderedMultiMap\nOrderedMultiMaps are associative containers that store elements formed by a combination of a key value and a mapped value, following a specific order, and where multiple elements can have equivalent keys.\n\n### class OrderedSet\nOrderedSets are containers that store unique elements following a specific order.\n\n### class PriorityQueue\nPriorityQueues are a type of container adaptors, specifically designed such that its first element is always the greatest of the elements it contains, according to some strict weak ordering criterion.\n\n### class Queue\nQueues are a type of container adaptor, specifically designed to operate in a FIFO context (first-in first-out), where elements are inserted into one end of the container and extracted from the other.\n\n### class Stack\nStacks are a type of container adaptor, specifically designed to operate in a LIFO context (last-in first-out), where elements are inserted and extracted only from one end of the container.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcpu%2Fstl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcpu%2Fstl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcpu%2Fstl/lists"}