{"id":13419248,"url":"https://github.com/inkooboo/thread-pool-cpp","last_synced_at":"2025-03-15T05:30:33.842Z","repository":{"id":9566709,"uuid":"11478504","full_name":"inkooboo/thread-pool-cpp","owner":"inkooboo","description":"High performance C++11 thread pool","archived":false,"fork":false,"pushed_at":"2020-10-04T13:43:40.000Z","size":139,"stargazers_count":563,"open_issues_count":8,"forks_count":125,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-07-31T22:46:33.885Z","etag":null,"topics":[],"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/inkooboo.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":"2013-07-17T14:43:45.000Z","updated_at":"2024-07-15T08:51:53.000Z","dependencies_parsed_at":"2022-07-07T22:14:33.138Z","dependency_job_id":null,"html_url":"https://github.com/inkooboo/thread-pool-cpp","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/inkooboo%2Fthread-pool-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkooboo%2Fthread-pool-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkooboo%2Fthread-pool-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkooboo%2Fthread-pool-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inkooboo","download_url":"https://codeload.github.com/inkooboo/thread-pool-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690113,"owners_count":20331726,"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-07-30T22:01:13.346Z","updated_at":"2025-03-15T05:30:33.598Z","avatar_url":"https://github.com/inkooboo.png","language":"C++","readme":"thread-pool-cpp\n=================\n[![Build Status](https://travis-ci.org/inkooboo/thread-pool-cpp.svg?branch=master)](https://travis-ci.org/inkooboo/thread-pool-cpp)\n[![Codecov branch](https://img.shields.io/codecov/c/github/inkooboo/thread-pool-cpp/master.svg)](https://codecov.io/gh/inkooboo/thread-pool-cpp)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\n * It is highly scalable and fast.\n * It is header only.\n * No external dependencies, only standard library needed.\n * It implements both work-stealing and work-distribution balancing startegies.\n * It implements cooperative scheduling strategy.\n\nExample run:\nPost job to thread pool is much faster than for boost::asio based thread pool.\n\n    Benchmark job reposting\n    ***thread pool cpp***\n    reposted 1000001 in 61.6754 ms\n    reposted 1000001 in 62.0187 ms\n    reposted 1000001 in 62.8785 ms\n    reposted 1000001 in 70.2714 ms\n    ***asio thread pool***\n    reposted 1000001 in 1381.58 ms\n    reposted 1000001 in 1390.35 ms\n    reposted 1000001 in 1391.84 ms\n    reposted 1000001 in 1393.19 ms\n\nSee benchmark/benchmark.cpp for benchmark code.\n\nAll code except [MPMCBoundedQueue](https://github.com/inkooboo/thread-pool-cpp/blob/master/include/thread_pool/mpmc_bounded_queue.hpp)\nis under MIT license.\n\n","funding_links":[],"categories":["TODO scan for Android support in followings","C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkooboo%2Fthread-pool-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finkooboo%2Fthread-pool-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkooboo%2Fthread-pool-cpp/lists"}