首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > threadpool11

threadpool11

  • 资源大小:169.90 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: threadpool

资 源 简 介

This project has been moved to https://github.com/metherealone/threadpool11 Cross-platform thread pool implementation using C++11 features. You can find the VERY EASY API documentation on this wiki page. This project has been initially developed in just a few hours of free time as I could not find a simple lightweight thread pooling library for my needs. This thread-pool implementation assumes that workload takes a considerable time to process. It is not tuned towards fast work posting (on the other hand, it takes as low as 2 seconds to post 1 million work s to the pool on an x86-64 x2 3.4 GHz, so it is pretty fast enough. Yet the test case is in a for loop, a real case would relatively be more performant due to less mutex interceptions). I will be glad to hear about the suggestions/ideas you have about the project, via the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

文 件 列 表

CMakeLists.txt
LICENSE
build
bin
include
lib
threadpool11
CMakeLists.txt
include
src
threadpool11_demo
CMakeLists.txt
src
VIP VIP
0.173943s