lizhenghn123 / myCpp11StudyLinks
我的C++11学习资料和示例代码
☆59Updated 7 years ago
Alternatives and similar repositories for myCpp11Study
Users that are interested in myCpp11Study are comparing it to the libraries listed below
Sorting:
- muduo v1.0.4的注释版☆93Updated 10 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆74Updated 10 years ago
- 23 Design Patterns implemented by C++☆159Updated 8 years ago
- c/c++ language useful recipes☆96Updated 12 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- 《Head First设计模式》学习代码,使用C++实现☆71Updated 10 years ago
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆223Updated 6 years ago
- 可使用vs直接编译的nginx☆106Updated 9 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 5 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- 旨在搜集国内外各种 C++11 的学习资源,供大家参考、学习。☆383Updated 10 years ago
- kimgbo是muduo网络库的重构版本☆136Updated 7 years ago
- ☆69Updated 6 years ago
- SGI STL源码-注释版☆76Updated 6 years ago
- 简单有效的内存池实现☆99Updated 9 years ago
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆181Updated 13 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- 基于TCP协议的远程过程调用框架客户端实现☆45Updated 3 years ago
- 高性能 c++ 服务器框架, 协程rpc框架 10秒即可上手。技术交流群:339711102,主要探讨游戏开发,游戏框架,后台开发,web框架及fastrpc使用优化问题。 http://www.oschina.net/p/python-fastrpc☆80Updated 8 years ago
- muduo in windows☆70Updated 6 years ago
- Metazion Library☆65Updated 6 years ago
- Simple C++multithread lib☆126Updated 6 years ago
- a mini implementation of muduo☆129Updated 11 years ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极 致,而且把类似设计模式这样思想层面的东西通过库来提供。☆56Updated 10 years ago
- Google Protobuf RPC based on Muduo☆205Updated 6 years ago
- 定时器方案,采用epoll的异步驱动和采用时间轮推动2中方案。测试在20万个定时器同时存在(以50us的速率仍然持续创建)的情况下内存为20M,cpu占用2%左右☆17Updated 10 years ago
- Http server is written on C++14 language. Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows).☆171Updated 7 years ago
- My Study and Test Codes of C++ Language☆33Updated 9 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆64Updated 8 years ago