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:
- a modern c++17 high performance, cross-platform distributed mq☆25Updated 5 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- C++ Message Queuing Library and Framework☆88Updated 2 months ago
- Concurrency with modern C++☆31Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 4 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆42Updated 3 weeks ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- C++ AOP framework. Intuitive and fast to do AOP with C++.☆23Updated 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
- Example program for BoostCon11 talk☆37Updated 14 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 …☆31Updated 4 years ago
- a tool to count accesses to member variables in c++ programs☆77Updated 11 years ago
- ☆27Updated last year
- C++11 compatible charconv☆31Updated last week
- C++ binding for nanomsg☆111Updated 10 years ago
- Coroutine implementation for C++11☆18Updated 13 years ago
- A curated list of Modern C++ idioms☆22Updated 8 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- C++ Template Metapogramming Study Resources☆38Updated 5 years ago
- A lovely structopt library for C++! Parse command line arguments by defining a struct! ❤️☆10Updated 2 years ago
- Publish/Subscribe framework for C++☆19Updated 10 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- Yet Another C++ Library☆21Updated last year
- A generic event dispatcher and listener implemented in c++☆21Updated 8 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Smart queue that executes tasks in threadpool-like manner☆41Updated last year
- Tool for parsing C/C++ code and generating output using a given Jinja-like template☆18Updated 3 years ago