chijinxina / DesignModelsLinks
C++设计模式
☆18Updated 7 years ago
Alternatives and similar repositories for DesignModels
Users that are interested in DesignModels are comparing it to the libraries listed below
Sorting:
- 多线程练习代码☆42Updated 2 years ago
- ☆40Updated 6 years ago
- a cpp Web Server☆159Updated 5 years ago
- kimgbo是muduo网络库的重构版本☆138Updated 7 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆368Updated 5 years ago
- A High Performance Multithread Network Library☆108Updated 6 years ago
- C++/C++11/C++14/C++17/C++20's usage☆318Updated last month
- 一些C/C++常用封装例子☆216Updated 4 years ago
- 大并发服务器课程源代码☆304Updated 5 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆374Updated 8 years ago
- muduo in windows☆69Updated 5 years ago
- 23 Design Patterns implemented by C++☆155Updated 8 years ago
- 《C++ 服务器开发精髓》随书配套源码☆218Updated 4 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Updated 6 years ago
- 简单有效的内存池实现☆98Updated 9 years ago
- a simple network library☆191Updated 5 years ago
- 《大话设计模式》C++实现☆369Updated 8 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆52Updated 5 years ago
- c++工具库☆107Updated 4 years ago
- 《C++并发编程实战》的读书笔记,供以后工作中查阅。☆337Updated 7 years ago
- This is the sample code for Boost library Guide.☆429Updated 4 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆426Updated 4 years ago
- ☆34Updated 6 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆43Updated 6 years ago
- 趣味设计模式,小朋友也能学得会!☆578Updated 2 years ago
- The code from CSDN(大学时写的博客代码存储地)☆83Updated 2 years ago
- muduo v1.0.4的注释版☆92Updated 10 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Updated 6 years ago
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆223Updated 6 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆36Updated 6 years ago