《C++并发编程实战》的读书笔记,供以后工作中查阅。
☆335Jun 10, 2018Updated 7 years ago
Alternatives and similar repositories for multi_threading
Users that are interested in multi_threading are comparing it to the libraries listed below
Sorting:
- C++并发编程实战(全书和源码)☆101Sep 24, 2021Updated 4 years ago
- C++并发编程实战☆14Aug 4, 2017Updated 8 years ago
- A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》☆5,478Dec 29, 2022Updated 3 years ago
- A Note about 《C++ 并发编程实战》☆22Feb 1, 2023Updated 3 years ago
- 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。☆2,311Jan 26, 2021Updated 5 years ago
- 作为对《C++ Concurrency in Action》英文版的中文翻译。☆2,123Jun 26, 2019Updated 6 years ago
- C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code☆2,193Dec 25, 2024Updated last year
- 用C++11的std::atomic<T>实现一个无锁队列☆17Apr 6, 2016Updated 9 years ago
- C++并发编程实战 中文pdf全本☆10Oct 25, 2017Updated 8 years ago
- 记录cpp知识点,面试题,网络编程,多线程编程☆546May 23, 2020Updated 5 years ago
- 大并发服务器课程源代码☆303Jun 26, 2020Updated 5 years ago
- Linux多线程服务端编程[muduo C++网络库]☆587Sep 9, 2021Updated 4 years ago
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,115Jul 5, 2022Updated 3 years ago
- C++设计模式☆2,589Oct 11, 2024Updated last year
- based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数☆1,117Jul 18, 2025Updated 7 months ago
- ☆14Sep 26, 2017Updated 8 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Nov 19, 2018Updated 7 years ago
- A simple C++11 Thread Pool implementation☆8,679Jul 20, 2024Updated last year
- The C++ code implementation of the common algorithm for autonomous driving planning and control.☆17Aug 16, 2024Updated last year
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,176Jan 5, 2026Updated last month
- C++11 multithread introduction☆43Aug 4, 2020Updated 5 years ago
- 使用C++描述的设计模式☆18Oct 16, 2017Updated 8 years ago
- 《大话设计模式》C++实现☆368Jan 14, 2017Updated 9 years ago
- visualization program for vlp-16 based on a viz class☆10Feb 8, 2017Updated 9 years ago
- A C++ High Performance Web Server☆8,171Sep 27, 2023Updated 2 years ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,738Aug 19, 2023Updated 2 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆15,957Dec 23, 2025Updated 2 months ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆2,645Jan 16, 2022Updated 4 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Sep 12, 2017Updated 8 years ago
- C++ 线程库示例及教程☆84Jul 28, 2023Updated 2 years ago
- 用C++和opencv简单实现了植物大战僵尸这款游戏☆35Nov 29, 2018Updated 7 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 9 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆430Jun 27, 2021Updated 4 years ago
- kimgbo是muduo网络库的重构版本☆136Feb 5, 2018Updated 8 years ago
- c++ operation database like mybatis☆36Apr 10, 2022Updated 3 years ago
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆551May 30, 2024Updated last year
- 一个简单的reactor模式实现☆32Sep 10, 2019Updated 6 years ago
- Easy to use RPC framework☆42Jan 20, 2018Updated 8 years ago
- Fastest CUDA SIFT or other 128-float vector matcher for computer vision☆27Mar 23, 2021Updated 4 years ago