dendisuhubdy / cpp_exercisesLinks
Professional C++ Examples
☆10Updated 3 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☆91Updated 2 months ago
- a modern c++17 high performance, cross-platform distributed mq☆25Updated 5 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆23Updated 9 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆44Updated 3 months ago
- Coroutine implementation for C++11☆18Updated 13 years ago
- Concurrency with modern C++☆32Updated 4 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆27Updated 4 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- Source for blog post demonstrating the difference between a proactor and reactor☆10Updated 8 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Cross platform, threaded priority work queue scheduler library in C, with optional C++ wrapper. Run jobs based on priority, and/or schedu…☆25Updated 8 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last month
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Example program for BoostCon11 talk☆37Updated 14 years ago
- Simple resource pool for recycling resources in C++☆71Updated 3 months ago
- A generic event dispatcher and listener implemented in c++☆21Updated 9 years 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
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A generic connection pool☆21Updated 5 years ago
- 📦 TCP based publish-subscribe library for C++ 🌐☆46Updated 2 months ago
- Shared-memory based ring buffer☆65Updated 8 years ago
- helper repository for various articles that I publish☆62Updated last year
- Publish/Subscribe framework for C++☆19Updated 10 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
- Boost.org statechart module☆31Updated 2 months ago
- Implementation of a lock-free ring buffer class.☆38Updated 9 months ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 5 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- Smart queue that executes tasks in threadpool-like manner☆45Updated 2 years ago