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
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- A simple stackful coroutine implementation in C++11☆11Updated 7 years ago
- Concurrency with modern C++☆31Updated 4 years ago
- a modern c++17 high performance, cross-platform distributed mq☆24Updated 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☆40Updated last year
- C++ Build Scripts☆14Updated 2 years ago
- Parallel C++: Efficient and Scalable High-Performance Parallel Programming☆16Updated 9 months 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
- C++ CMake Scripts☆17Updated last month
- java-like synchronized blocks in c++☆13Updated 11 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- ☆27Updated last year
- Source for blog post demonstrating the difference between a proactor and reactor☆11Updated 8 years ago
- C++ implementation of LMAX disruptor☆11Updated 10 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Example program for BoostCon11 talk☆37Updated 14 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- C++ double-to-string conversion benchmark☆9Updated this week
- C++ AOP framework. Intuitive and fast to do AOP with C++.☆23Updated 4 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 9 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- Granular Rigid Body Simulation Framework: efficient research tools to simulate non-smooth granular rigid body dynamics.☆10Updated 3 months ago
- Phase Fair and Standard Reader Writer Locks☆17Updated 5 years ago