peter-can-write / cpp-notesLinks
My C++ Notes
☆105Updated 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:
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆251Updated 12 years ago
- C++11 metaprogramming library☆266Updated last month
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆199Updated last year
- Header-only library for multithreaded programming☆236Updated 5 months ago
- Example programs for Talking Async videos☆200Updated 2 years ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- ☆276Updated 9 months ago
- C++ standard library features, "from scratch"☆193Updated 7 months ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- C++ library for storing and printing backtraces.☆475Updated this week
- A fast work-stealing queue template in C++☆320Updated last year
- Presentation Material for C++Now 2018☆125Updated 6 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆196Updated 4 years 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 …☆146Updated 5 months ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆292Updated 2 months ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆242Updated last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 5 years ago
- C++ library for executors☆511Updated 8 years ago
- Scope Guard & Defer C++☆176Updated last year
- A feature complete LRU cache implementation in C++☆256Updated 5 years ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆431Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated 11 months ago
- Lewis Baker's Blog☆72Updated 5 months ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆448Updated 5 months ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆165Updated last year
- A single header standard C++ serialization framework.☆196Updated 3 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆138Updated 4 years ago