{"id":21928687,"url":"https://github.com/muellan/parallel","last_synced_at":"2025-04-19T17:51:09.502Z","repository":{"id":73309216,"uuid":"68919621","full_name":"muellan/parallel","owner":"muellan","description":"parallel programming primitives for C++; pausable thread, task_queue, etc.","archived":false,"fork":false,"pushed_at":"2020-05-09T18:53:57.000Z","size":24,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T11:11:19.253Z","etag":null,"topics":["cpp","cpp11","parallel","parallel-programming-primitives","task-queue","threadpool"],"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/muellan.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}},"created_at":"2016-09-22T12:36:26.000Z","updated_at":"2023-09-25T17:06:49.000Z","dependencies_parsed_at":"2023-04-20T19:32:29.090Z","dependency_job_id":null,"html_url":"https://github.com/muellan/parallel","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/muellan%2Fparallel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellan%2Fparallel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellan%2Fparallel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellan%2Fparallel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muellan","download_url":"https://codeload.github.com/muellan/parallel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249753083,"owners_count":21320664,"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","cpp11","parallel","parallel-programming-primitives","task-queue","threadpool"],"created_at":"2024-11-28T22:27:37.056Z","updated_at":"2025-04-19T17:51:09.495Z","avatar_url":"https://github.com/muellan.png","language":"C++","readme":"AM parallel\n==========\n\nHeader-only parallel programming primitives for C++14.\n\nThe repo also includes some examples.\n\n\n## Classes\n\n#### task\\_thread\n - pausable thread\n - basis for parallel\\_task\\_queue\n\n#### parallel\\_executor\n - runs a batch of tasks in parallel\n - works on task iterators, doesn't own tasks\n - forwards call args to all tasks\n - blocks calling thread until all tasks are finished\n\n#### parallel\\_task\\_queue\n - runs tasks in parallel\n - enqueue \u0026 run can interleave\n - owns tasks\n\n\n## Requirements\n  - requires (mostly) C++14 conforming compiler\n  - tested with g++ {5.3, 7.2}\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuellan%2Fparallel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuellan%2Fparallel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuellan%2Fparallel/lists"}