shishougang / DesignPattern-CPPLinks
Design Pattern Examples in C++
☆48Updated 11 years ago
Alternatives and similar repositories for DesignPattern-CPP
Users that are interested in DesignPattern-CPP are comparing it to the libraries listed below
Sorting:
- Proactor design pattern (C++, threads)☆20Updated 8 years ago
- c/c++ language useful recipes☆96Updated 12 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆29Updated 12 years ago
- C++/Java implementations of the Gang of Four's "Design Patterns: Elements of Reusable Object-Oriented Software"☆131Updated 2 years ago
- A C++ RPC Library implementation with Protobuf and Boost Asio. Include Blocking Client, Async Client and Async Future Client.☆21Updated 10 years ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 10 years ago
- Example source code from my TCP/IP Network Programming Design Patterns in C++ and TCP/IP Sockets with Time Out Capabilities blogs.☆187Updated 8 years ago
- A header-only C++ wrapper of libevent2☆29Updated 10 years ago
- Easy to use RPC framework☆42Updated 8 years ago
- c++11任务库☆53Updated 10 years ago
- Simple C++ RPC library based on boost::asio and protobuf.☆30Updated 11 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆129Updated 5 years ago
- An C++ serialization library☆10Updated 10 years ago
- Spirit X3 Experimental☆147Updated 9 years ago
- Source for blog post demonstrating the difference between a proactor and reactor☆10Updated 8 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
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago
- An easy, fast, small, portable C++ object serialization framework☆87Updated last year
- C++标准库的轻量级拓展.☆70Updated 7 years ago
- concurrency library for C++☆73Updated 11 years ago
- nanomsg rpc with protobuf☆40Updated 12 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆40Updated 4 years ago
- Based on gmock, can mock global function, member function, class static function without changing source code.☆82Updated last year
- header only log inherited from Nanolog☆39Updated 5 years ago
- C++ Object Data Model Test Code☆22Updated 10 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- Source code for examples from article "What is Boost.Asio, and why we should use it", http://alexott.net/en/cpp/BoostAsioNotes.html☆85Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆83Updated 7 years ago
- C++ proactor network library for Linux☆18Updated 10 years ago