based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数
☆1,134Jul 18, 2025Updated 10 months ago
Alternatives and similar repositories for threadpool
Users that are interested in threadpool are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A simple C++11 Thread Pool implementation☆8,739Jul 20, 2024Updated last year
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆648May 1, 2021Updated 5 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,188Apr 23, 2026Updated 3 weeks ago
- Thread pool implementation using c++11 threads☆1,232Mar 1, 2024Updated 2 years ago
- workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。☆1,248Jul 16, 2025Updated 10 months ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- modern C++(C++20), simple, easy to use rpc framework☆1,997Jan 9, 2026Updated 4 months ago
- 【A simple used C++ threadpool】一个简单好用,性能优异的,跨平台的C++线程池。欢迎 star & fork☆421Jul 31, 2025Updated 9 months ago
- C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code☆2,194Dec 25, 2024Updated last year
- C++设计模式☆2,594Oct 11, 2024Updated last year
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,114Jul 5, 2022Updated 3 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,091Dec 23, 2025Updated 4 months ago
- c++11基础库☆1,035Nov 18, 2024Updated last year
- 使用 C++11 实现的动态线程池☆219Oct 20, 2023Updated 2 years ago
- Cross platform network library with C++11☆1,134Aug 16, 2024Updated last year
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》☆5,481Feb 27, 2026Updated 2 months ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆427Jun 27, 2021Updated 4 years ago
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port,socks5.☆923Feb 2, 2026Updated 3 months ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,658Aug 19, 2023Updated 2 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,654Dec 8, 2023Updated 2 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Mar 29, 2021Updated 5 years ago
- C++ Parallel Computing and Asynchronous Networking Framework☆14,347May 9, 2026Updated last week
- A tiny boost library in C++11.☆4,204May 27, 2025Updated 11 months ago
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆539Dec 27, 2023Updated 2 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery☆1,644Jan 24, 2025Updated last year
- WebSocket for server (C++)☆17Sep 14, 2023Updated 2 years ago
- Linux下C++轻量级WebServer服务器☆19,489Jul 5, 2024Updated last year
- 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.☆7,515Updated this week
- A C++ 11 Simple ThreadPool☆86Oct 10, 2019Updated 6 years ago
- Go-style concurrency in C++11☆3,308Jul 3, 2023Updated 2 years ago
- 【A common used C++ & Python DAG framework】 一个通用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork & 交流☆2,274May 10, 2026Updated last week
- Design pattern demo code☆1,109Apr 17, 2024Updated 2 years ago
- 【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。☆1,309Jan 16, 2023Updated 3 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- STL源码分析☆750Nov 25, 2023Updated 2 years ago
- universal serialization engine☆1,312May 10, 2026Updated last week
- A collection of modern C++ libraries, include coro_http, coro_rpc, compile-time reflection, struct_pack, struct_json, struct_xml, struct_…☆2,125Updated this week
- 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)☆10,541Aug 20, 2024Updated last year
- 《C++ Templates 第二版》中文翻译,和原书排版一致,第一部分(1至11章)以及第18,19,20,21、22、23、24、25章已完成,其余内容逐步更新中。 个人爱好,发现错误请指正☆2,522Apr 3, 2022Updated 4 years ago
- A high-performance thread pool implementation in Modern C++ for executing tasks concurrently.|一个基于现代C++的高效线程池实现。☆86Apr 12, 2025Updated last year
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,266Apr 28, 2026Updated 3 weeks ago