dutor / lokiLinks
A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.
☆432Updated 4 years ago
Alternatives and similar repositories for loki
Users that are interested in loki 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
- High performance C++11 thread pool☆581Updated 5 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…☆293Updated 3 months ago
- 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☆509Updated 9 years ago
- My small collection of C++ utilities☆408Updated last week
- C++ Benchmark Authoring Library/Framework☆857Updated 3 months ago
- C++ reflection library with Lua binding, and JSON and XML serialisation.☆664Updated 2 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆493Updated 3 years ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆239Updated this week
- Boost.org thread module☆213Updated last month
- C++ library for storing and printing backtraces.☆478Updated 3 weeks ago
- cross-platform coroutine library in c++☆859Updated 3 months ago
- Boost.Hana中文文档☆115Updated 4 years ago
- My C++ Notes☆106Updated 4 years ago
- Hands-On Design Patterns with C++, published by Packt☆382Updated 2 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆198Updated last year
- Boost Logging library☆201Updated last month
- Sample project for a small, flexible runtime reflection system using C++11☆309Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated 2 weeks ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 2 years ago
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- Pure C++17 Signals and Slots☆433Updated 3 years ago
- Async++ concurrency framework for C++11☆1,406Updated 11 months ago
- C++ Templates - The Complete Guide, 2nd Edition☆145Updated 7 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆313Updated 2 months ago
- Example programs for Talking Async videos