dendisuhubdy / cpp_exercisesLinks
Professional C++ Examples
☆10Updated 4 years ago
Alternatives and similar repositories for cpp_exercises
Users that are interested in cpp_exercises are comparing it to the libraries listed below
Sorting:
- C++ Message Queuing Library and Framework☆92Updated last week
- a modern c++17 high performance, cross-platform distributed mq☆25Updated 5 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆23Updated 9 years ago
- Boost.org statechart module☆31Updated 3 weeks ago
- Concurrency with modern C++☆32Updated 4 years ago
- Components for service discovery via udp multicasting. It's using boost::asio for async networking. It's non-blocking and non-locking.☆19Updated 10 years ago
- C++ std::thread Event Loop with Message Queue and Timer☆49Updated 5 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆19Updated 4 years ago
- Coroutine implementation for C++11☆18Updated 13 years ago
- A lovely structopt library for C++! Parse command line arguments by defining a struct! ❤️☆11Updated 2 years ago
- A C++11/14 implementation of fixed size, exception safe, STL style circular buffers for both single threaded and multithreaded contexts☆20Updated 10 years ago
- Shared-memory based ring buffer☆66Updated 8 years ago
- 📦 TCP based publish-subscribe library for C++ 🌐☆47Updated 3 months ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 4 years ago
- Simple resource pool for recycling resources in C++☆71Updated 4 months ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆27Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last week
- C++ AOP framework. Intuitive and fast to do AOP with C++.☆23Updated 4 years ago
- Publish/Subscribe framework for C++☆19Updated 10 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆44Updated 4 months ago
- A generic event dispatcher and listener implemented in c++☆21Updated 9 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 4 months ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆29Updated 11 years ago
- A simple and easy C++ Finite State Machine (FSM) container, with full manual☆27Updated last month
- C++ Template Metapogramming Study Resources☆38Updated 6 years ago
- C++ plugin framework☆54Updated 6 years ago
- Source code and issues for C++ Initialization Story book☆59Updated 2 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆63Updated 5 years ago
- Lock free shared-memory library☆12Updated 8 years ago