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.☆252Updated 12 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆211Updated 2 years ago
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- C++11 metaprogramming library☆276Updated last week
- 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 …☆149Updated last month
- 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
- A fastest, exception-safety and pure C++17 thread pool.☆133Updated 6 years ago
- C++ library for executors☆513Updated 9 years ago
- ☆276Updated 11 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆294Updated 4 months ago
- Boost.Lockfree☆146Updated this week
- A fast work-stealing queue template in C++☆326Updated last year
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- Header-only library for multithreaded programming☆237Updated 7 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 3 weeks ago
- Example programs for Talking Async videos☆206Updated 2 years ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆434Updated 5 years ago
- C++ standard library features, "from scratch"☆193Updated 9 months ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 3 years ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆244Updated last year
- The presentations of C++Now 2019.☆92Updated 5 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 5 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆141Updated 4 years ago
- Object pool implementation in C++11☆100Updated 4 years ago
- C++ Templates - The Complete Guide, 2nd Edition☆146Updated 7 years ago