{"id":15049393,"url":"https://github.com/performanc/cpools","last_synced_at":"2026-02-13T19:32:58.587Z","repository":{"id":143195097,"uuid":"597526888","full_name":"PerformanC/CPools","owner":"PerformanC","description":"Light-weight pool library for C89+","archived":false,"fork":false,"pushed_at":"2024-04-02T23:45:30.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T01:16:36.772Z","etag":null,"topics":["c","c89","cross-platform","pool","thread-pool"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerformanC.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":"2023-02-04T20:21:54.000Z","updated_at":"2024-12-15T11:12:37.000Z","dependencies_parsed_at":"2024-03-17T00:39:50.433Z","dependency_job_id":"35e674e2-77bb-4d6d-b752-65420122f480","html_url":"https://github.com/PerformanC/CPools","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/PerformanC%2FCPools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerformanC%2FCPools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerformanC%2FCPools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerformanC%2FCPools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerformanC","download_url":"https://codeload.github.com/PerformanC/CPools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243505960,"owners_count":20301619,"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":["c","c89","cross-platform","pool","thread-pool"],"created_at":"2024-09-24T21:20:05.599Z","updated_at":"2026-02-13T19:32:58.537Z","avatar_url":"https://github.com/PerformanC.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CPools\n\nFast and easy C89 thread pool library, using a [cross-platform threading library](https://github.com/PerformanC/CThreads).\n\n## Features\n\n- Cross-platform\n- C89 compatible\n\n\u003e [!NOTE]\n\u003e This library is experimental, may have bugs and may not work as expected.\n\n## Installation\n\n### 1. Copy the files\n\nCopy both cpools.h and cthreads.h to your project:\n\n```bash\n$ mv cpools.h /path/to/project/include/\n$ mv cthreads.h /path/to/project/include/\n```\n\n### 2. Include the files\n\nTo ensure your compiler can find the files, you must add the include directory to your compiler's include path.\n\n```bash\n$ gcc -I/path/to/project/include/ ...\n```\n\n\u003e [!NOTE]\n\u003e The flag may vary depending on your compiler.\n\n## Usage\n\nAn example of how to use CPools can be found in the [tests](tests) directory. Showing all the features of CPools.\n\n## Documentation\n\nWe still don't have a documentation for CPools, but we are working on it.\n\n## Support\n\nAny question or issue related to CPools or other PerformanC projects can be can be made in [PerformanC's Discord server](https://discord.gg/uPveNfTuCJ).\n\nFor verified issues, please also create a GitHub issue for tracking the issue.\n\n## Contributing\n\nCPools follows the PerformanC's [contribution guidelines](https://github.com/PerformanC/contributing). It is necessary to follow the guidelines to contribute to CPools and other PerformanC projects.\n\n## Projects using CPools\n\nNone yet\n\n## License\n\nCPools is licensed under [BSD 2-Clause License](LICENSE). You can read more about it on [Open Source Initiative](https://opensource.org/licenses/BSD-2-Clause).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperformanc%2Fcpools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperformanc%2Fcpools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperformanc%2Fcpools/lists"}