{"id":18881816,"url":"https://github.com/lucteo/concore","last_synced_at":"2025-04-14T20:24:13.594Z","repository":{"id":47743641,"uuid":"229525104","full_name":"lucteo/concore","owner":"lucteo","description":"Core abstractions for dealing with concurrency in C++","archived":false,"fork":false,"pushed_at":"2024-04-03T05:23:42.000Z","size":8857,"stargazers_count":66,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T08:41:33.478Z","etag":null,"topics":["concurrency","taskscheduler"],"latest_commit_sha":null,"homepage":null,"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/lucteo.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}},"created_at":"2019-12-22T05:58:05.000Z","updated_at":"2025-01-19T14:14:51.000Z","dependencies_parsed_at":"2022-09-23T18:21:04.798Z","dependency_job_id":null,"html_url":"https://github.com/lucteo/concore","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucteo%2Fconcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucteo%2Fconcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucteo%2Fconcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucteo%2Fconcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucteo","download_url":"https://codeload.github.com/lucteo/concore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248953440,"owners_count":21188637,"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":["concurrency","taskscheduler"],"created_at":"2024-11-08T06:51:54.951Z","updated_at":"2025-04-14T20:24:13.571Z","avatar_url":"https://github.com/lucteo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# concore\nCore abstractions for dealing with concurrency in C++\n\n[![CI](https://github.com/lucteo/concore/workflows/CI/badge.svg)](https://github.com/lucteo/concore/actions)\n[![codecov](https://codecov.io/gh/lucteo/concore/branch/master/graph/badge.svg)](https://codecov.io/gh/lucteo/concore)\n[![Documentation Status](https://readthedocs.org/projects/concore/badge/?version=latest)](https://concore.readthedocs.io/en/latest/?badge=latest)\n\n## About\n\n`concore` is a C++ library that aims to raise the abstraction level when designing concurrent programs. It allows the user to build complex concurrent programs without the need of manually controlling threads and without the need of (blocking) synchronization primitives. Instead, it allows the user to \"describe\" the existing concurrency, pushing the planning and execution at the library level.\n\nWe strongly believe that the user should focus on describing the concurrency, not fighting synchronization problems.\n\nThe library also aims at building highly efficient applications, by trying to maximize the throughput.\n\n## Building\n\nThe following tools are needed:\n* [`conan`](https://www.conan.io/)\n* [`CMake`](https://cmake.org/)\n\nPerform the following actions:\n```\nmkdir -p build\npushd build\n\nconan install .. --build=missing -s build_type=Release\n\ncmake -G\u003cgen\u003e -D CMAKE_BUILD_TYPE=Release -D concore.testing=ON ..\ncmake --build .\n\npopd build\n```\n\nHere, `\u003cgen\u003e` can be `Ninja`, `make`, `XCode`, `\"Visual Studio 15 Win64\"`, etc.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucteo%2Fconcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucteo%2Fconcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucteo%2Fconcore/lists"}