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:
- Coroutine implementation for C++11☆18Updated 13 years ago
- Concurrency with modern C++☆31Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- A generic event dispatcher and listener implemented in c++☆20Updated 8 years ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- a modern c++17 high performance, cross-platform distributed mq☆24Updated 5 years ago
- C++ Message Queuing Library and Framework☆88Updated last month
- Example program for BoostCon11 talk☆37Updated 14 years ago
- java-like synchronized blocks in c++☆13Updated 11 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- C++ CMake Scripts☆17Updated 3 months ago
- C++ Build Scripts☆14Updated 2 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- The extremely fast zero allocation and zero copying JSON parser☆29Updated 2 years ago
- Implementation of a lock-free ring buffer class.☆36Updated 6 months ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- helper repository for various articles that I publish☆60Updated 11 months ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆42Updated 3 months ago
- Boost.org statechart module☆31Updated 2 months ago
- Source for blog post demonstrating the difference between a proactor and reactor☆11Updated 8 years ago
- Tests with some parallel algorithms in MSVC implementation☆35Updated 6 years ago
- C++ double-to-string conversion benchmark☆13Updated this week
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago