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
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- C++ Build Scripts☆14Updated 2 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- Concurrency with modern C++☆31Updated 4 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆41Updated 2 months ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- Code samples from the presentation "What do you mean by 'Cache Friendly'?"☆24Updated 4 years ago
- A simple C++17 vector math library☆10Updated 4 years ago
- Example program for BoostCon11 talk☆37Updated 14 years ago
- ☆17Updated 10 months ago
- A simple stackful coroutine implementation in C++11☆11Updated 7 years ago
- A generic event dispatcher and listener implemented in c++☆20Updated 8 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆13Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Performance Tests for string_view, C++17☆14Updated 6 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- Parallel C++: Efficient and Scalable High-Performance Parallel Programming☆18Updated 10 months ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- A saturating arithmetic cast.☆12Updated 6 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 9 years ago
- Tests with some parallel algorithms in MSVC implementation☆35Updated 6 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- Source for blog post demonstrating the difference between a proactor and reactor☆11Updated 8 years ago