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:
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆44Updated 5 months ago
- Concurrency with modern C++☆32Updated 4 years ago
- Implementation of a lock-free ring buffer class.☆38Updated 11 months ago
- a modern c++17 high performance, cross-platform distributed mq☆25Updated 5 years ago
- C++ Message Queuing Library and Framework☆92Updated 3 weeks ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 10 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
- A generic connection pool☆22Updated 5 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- helper repository for various articles that I publish☆62Updated last year
- Example program for BoostCon11 talk☆37Updated 14 years ago
- Simple Reference Implementations of all the features added in C++11/14/17☆21Updated 8 years ago
- Simple resource pool for recycling resources in C++☆71Updated 5 months ago
- Visualization of sorting algorithms, refreshed project☆13Updated 5 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- A simple and easy C++ Finite State Machine (FSM) container, with full manual☆27Updated this week
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆19Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Cake is a fast build system written in Python.☆22Updated 9 months ago
- A curated list of Modern C++ idioms☆24Updated 9 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆66Updated 3 weeks ago
- Enterprise quality C++ application framework with dependency injection, test framework, and logging☆16Updated last year
- Tool for parsing C/C++ code and generating output using a given Jinja-like template☆17Updated 3 months ago
- Boost.org statechart module☆32Updated last week
- Smart queue that executes tasks in threadpool-like manner☆45Updated 2 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆27Updated 4 years ago
- Active Object snippets with C++11, C++03 and C++/Qt☆22Updated 8 years ago
- C++ Template Metapogramming Study Resources☆38Updated 6 years ago