DavidLiRemini / MemoryPoolLinks
简单有效的内存池实现
☆100Updated 9 years ago
Alternatives and similar repositories for MemoryPool
Users that are interested in MemoryPool are comparing it to the libraries listed below
Sorting:
- C++ 定时器, 基于 C++11, libuv 实现☆98Updated 9 years ago
- kimgbo是muduo网络库的重构版本☆136Updated 8 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago
- muduo v1.0.4的注释版☆93Updated 10 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- Examples and toturials for C++ Boost Asio library.☆273Updated 3 years ago
- A high performance multithread C++ network library for linux.☆68Updated 6 years ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。