{"id":21176961,"url":"https://github.com/madmann91/par","last_synced_at":"2026-05-19T08:03:23.866Z","repository":{"id":90393686,"uuid":"398413483","full_name":"madmann91/par","owner":"madmann91","description":"A small, minimalistic, and customizable wrapper for C++ parallelism frameworks","archived":false,"fork":false,"pushed_at":"2021-08-21T20:30:13.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T11:33:45.044Z","etag":null,"topics":["cpp20","header-","parallelism"],"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/madmann91.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2021-08-20T22:26:38.000Z","updated_at":"2022-06-07T12:30:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3ccd7c6-7093-47d9-b430-461d66fc49a6","html_url":"https://github.com/madmann91/par","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/madmann91%2Fpar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmann91%2Fpar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmann91%2Fpar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmann91%2Fpar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madmann91","download_url":"https://codeload.github.com/madmann91/par/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624110,"owners_count":20321029,"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":["cpp20","header-","parallelism"],"created_at":"2024-11-20T17:14:03.780Z","updated_at":"2025-12-29T08:54:48.237Z","avatar_url":"https://github.com/madmann91.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Par\n\n`par` is a small wrapper around common parallelization frameworks.\nIt is designed to be extendable to other parallelization frameworks as well,\nand provides a simple sequential backend that executes every construct serially.\n\n## Installing\n\nSince this project is a header-only library, it can be added to your project simply by\nwriting the following CMake code to your CMakeLists.txt:\n\n    add_subdirectory(/path/to/par)\n\nThis line will provide the target `par::par`, which you can link against.\n\nAlternatively, if you have several projects that depend on par, you can use a call to\n`find_package(par)`:\n\n    find_package(par REQUIRED)\n\nThis will require to set the CMake variable `par_DIR`. For that, you can alternatively\nuse the build directory, or install the library somewhere, say `/path/to/install`, and\nset `par_DIR` to the path `/path/to/install/lib/cmake`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadmann91%2Fpar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadmann91%2Fpar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadmann91%2Fpar/lists"}