DavidLiRemini / MemoryPoolLinks
简单有效的内存池实现
☆96Updated 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 实现☆97Updated 8 years ago
- kimgbo是muduo网络库的重构版本☆138Updated 7 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- A high performance multithread C++ network library for linux.☆66Updated 5 years ago
- muduo v1.0.4的注释版☆92Updated 9 years ago
- 结合protobuf,libev以及memcached线程池模型实现 RPC功能 (分布式负载均衡等)☆41Updated 7 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- a mini implementation of muduo☆129Updated 11 years ago
- 一些C/C++常用封装例子☆215Updated 3 years ago
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆180Updated 13 years ago
- muduo in windows☆67Updated 5 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆92Updated 5 years ago
- purecpp opensource projects list☆93Updated 3 years ago
- A High Performance Multithread Network Library☆108Updated 6 years ago
- asio examples☆202Updated 3 weeks ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆57Updated 10 years ago
- 23 Design Patterns implemented by C++☆155Updated 7 years ago
- A C++ RPC Framework with Google's Protobuf Serialization and wangle framework☆18Updated 5 years ago
- some different implementations of queue and test result☆32Updated 2 years ago
- A memory pool written with C++☆59Updated 4 years ago
- Examples and toturials for C++ Boost Asio library.☆269Updated 3 years ago
- awesome c++11 network library☆52Updated 6 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆29Updated 3 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆193Updated 5 years ago
- libevent library reimplemented with c++☆42Updated 5 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆71Updated 5 years ago
- 基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全☆363Updated 5 years ago
- 一个极简内存池实现☆298Updated 10 months ago
- 高性能序列化库,一行代码即可完成C++原生结构序列化/反序列化的工作,媲美google protocol buffer☆52Updated 6 years ago
- Message queue and thread pool implementations of C++ Workflow☆37Updated 3 weeks ago