peter-can-write / cpp-notesLinks
My C++ Notes
☆106Updated 4 years ago
Alternatives and similar repositories for cpp-notes
Users that are interested in cpp-notes are comparing it to the libraries listed below
Sorting:
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- Presentation Material for C++Now 2018☆125Updated 6 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆251Updated 12 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆196Updated 4 years ago
- C++11 metaprogramming library☆264Updated last week
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆291Updated 2 months ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆430Updated 4 years ago
- Header-only library for multithreaded programming☆235Updated 4 months ago
- Scope Guard & Defer C++☆176Updated last year
- A fast work-stealing queue template in C++☆319Updated last year
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- C++ library for executors☆511Updated 8 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆370Updated 3 months ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆144Updated 5 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆242Updated 11 months ago
- Contains the slides and examples for my "More Modern CMake" and "Oh No! More Modern CMake" talks from "Meeting C++" 2018 and 2019☆172Updated 5 years ago
- Boost.Lockfree☆137Updated last week
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆443Updated 5 months ago
- Object pool implementation in C++11☆100Updated 4 years ago
- Boost.org circular_buffer module☆61Updated last week
- Boost Process☆137Updated last week
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 11 months ago
- Lewis Baker's Blog☆72Updated 4 months ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆187Updated 2 years ago
- A single header standard C++ serialization framework.☆196Updated 3 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago