dendisuhubdy / cpp_exercises
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
- Source for blog post demonstrating the difference between a proactor and reactor☆11Updated 7 years ago
- Concurrency with modern C++☆30Updated 3 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- Coroutine implementation for C++11☆18Updated 12 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 9 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆24Updated 4 years ago
- java-like synchronized blocks in c++☆13Updated 10 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 8 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆28Updated 8 years ago
- Small library providing a platform layer☆13Updated this week
- Header only C++14 micro benchmark☆14Updated 9 years ago
- C++ CMake Scripts☆14Updated 11 months ago
- A simple stackful coroutine implementation in C++11☆11Updated 7 years ago
- Example program for BoostCon11 talk☆37Updated 13 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
- An Array Mapped Tree implementation☆10Updated 4 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆30Updated 2 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- C++ Build Scripts☆14Updated 2 years ago
- A generic event dispatcher and listener implemented in c++☆20Updated 8 years ago
- Single Header Constexpr Circular Queue☆17Updated 4 years ago
- Benchmarking reading and parsing integers from a file in C++.☆9Updated 4 years ago
- A simple C++11 lua binding library☆13Updated 11 years ago
- Depth C++ library☆10Updated 6 years ago
- ☆20Updated 2 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 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…☆28Updated 8 years ago
- Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.☆23Updated 4 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago