dutor / lokiLinks
A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.
☆430Updated 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.☆248Updated 11 years ago
- High performance C++11 thread pool☆578Updated 4 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 3 weeks ago
- My small collection of C++ utilities☆405Updated this week
- 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☆508Updated 8 years ago
- C++ Benchmark Authoring Library/Framework☆848Updated 2 weeks ago
- C++ Templates - The Complete Guide, 2nd Edition☆143Updated 7 years ago
- C++ reflection library with Lua binding, and JSON and XML serialisation.☆661Updated 2 years ago
- Boost.org thread module☆211Updated last month
- C++ library for storing and printing backtraces.☆468Updated last month
- Async++ concurrency framework for C++11☆1,404Updated 9 months ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆237Updated 2 years ago
- Sample project for a small, flexible runtime reflection system using C++11☆307Updated 4 years ago
- Hands-On Design Patterns with C++, published by Packt☆374Updated 2 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- cross-platform coroutine library in c++☆851Updated 3 weeks ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated last month
- MySQL C++ client based on Boost.Asio☆281Updated 3 weeks ago
- Working examples of Python, C++, C and JS new features☆135Updated 2 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆305Updated 2 months ago
- Example programs for Talking Async videos☆196Updated 2 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆185Updated 2 years ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆422Updated last month
- Low Latency C++11 Logging Library☆739Updated last year
- PolyM is a very simple C++ message queue intended for inter-thread communication