Derydoca / factory-auto-registration
Demonstration of a factory pattern where the types automatically register themselves
☆11Updated 5 years ago
Alternatives and similar repositories for factory-auto-registration:
Users that are interested in factory-auto-registration are comparing it to the libraries listed below
- A lovely structopt library for C++! Parse command line arguments by defining a struct! ❤️☆10Updated last year
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆24Updated 4 years ago
- A Nonlinear Least Squares Minimizer☆34Updated 12 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆25Updated 7 months ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆28Updated 4 years ago
- Lightweight C++ RPC framework without code generation☆34Updated 4 years ago
- C99/C++ header-only library for division via fixed-point multiplication by inverse☆49Updated 10 months ago
- ☆25Updated this week
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆39Updated 11 months ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 8 years ago
- C++ Stacktrace for windows linux and os/x☆28Updated last year
- Pipelines for Modern C++☆64Updated 4 years ago
- C#/Rust/Python style formatting in C++.☆11Updated 6 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- C++ header-only library to create classe factories registered by name.☆22Updated 6 years ago
- A simple and fast minimalistic header-only library allowing to run async tasks and execute task graphs.☆51Updated 2 months ago
- A generalized C++ wrapper around the POSIX dynamic libraries functions dlopen, dlsym, dlclose, etc.☆40Updated 7 years ago
- Thread safe, lock-free memory pool.☆56Updated 10 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆33Updated 3 years ago
- C++ code for RingQueue, SharedMemory and Semaphore