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☆242Updated 2 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆249Updated 11 years ago
- A fast work-stealing queue template in C++☆315Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆186Updated last year
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆290Updated last month
- Presentation Material for C++Now 2018☆125Updated 6 years ago
- C++11 metaprogramming library☆263Updated last month
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- C++ library for executors☆510Updated 8 years ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆430Updated 4 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆195Updated 4 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- C++ implementation of a memory efficient hash map and hash set☆357Updated 10 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated 2 months ago
- Example programs for Talking Async videos☆198Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- Header-only library for multithreaded programming☆234Updated 4 months ago
- Lewis Baker's Blog☆72Updated 4 months ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- Scope Guard & Defer C++☆176Updated last year
- C++ standard library features, "from scratch"☆189Updated 6 months ago
- Object pool implementation in C++11☆100Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- A single header standard C++ serialization framework.☆196Updated 3 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 …☆144Updated 4 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