peter-can-write / cpp-notesLinks
My C++ Notes
☆103Updated 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:
- 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 …☆143Updated 3 months ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆141Updated last year
- Presentation Material for C++Now 2018☆126Updated 6 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆66Updated 9 months ago
- Lewis Baker's Blog☆70Updated 2 months ago
- C++11 metaprogramming library☆260Updated 2 weeks ago
- Boost.org interprocess module☆151Updated last month
- Header-only library for multithreaded programming☆233Updated 2 months ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆237Updated 9 months ago
- A single header standard C++ serialization framework.☆195Updated 3 years ago
- Boost.org pool module☆54Updated 2 months ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆194Updated 4 years ago
- Boost.Lockfree☆133Updated last month
- C++ Templates - The Complete Guide, 2nd Edition☆143Updated 7 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- A C++14 reflection library☆73Updated 3 weeks ago
- Contains the slides and examples for my "More Modern CMake" and "Oh No! More Modern CMake" talks from "Meeting C++" 2018 and 2019☆173Updated 5 years ago
- Boost.org signals2 module☆83Updated 2 months ago
- Code for the talk, "Allocators: the Good Parts", at CppCon2017☆62Updated 7 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆178Updated last year
- Boost.Hana中文文档☆113Updated 4 years ago
- Scope Guard & Defer C++☆175Updated last year
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- An async redis client designed for performance and scalability☆254Updated this week
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆289Updated this week
- Object pool implementation in C++11☆99Updated 4 years ago