tedsta / ReflectableLinks
A C++11 header only library built from code stolen from around the internet to allow compile-time reflection.
☆17Updated 11 years ago
Alternatives and similar repositories for Reflectable
Users that are interested in Reflectable are comparing it to the libraries listed below
Sorting:
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆74Updated 10 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 6 years ago
- A simple C++11 reflection/serialization framework.☆129Updated 10 years ago
- Provides a lightweight interpreter and factory for dynamically creating C++ objects at runtime.☆74Updated 4 years ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- How to build and maintain a "global" type-list☆26Updated 5 years ago
- Fast delegates implementation☆56Updated 3 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- Tracey is a lightweight and simple C++ memory leak finder with no dependencies.☆235Updated 10 years ago
- JSON Serializer using compile time reflection☆21Updated 3 years ago
- A portable CPU profiler with ASCII,CSV,TSV,Markdown,chrome://tracing support (C++11)☆65Updated 9 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- A reasonably fast and tidy C++ implemention of signals/slots☆36Updated last year
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- Non bloated asynchronous logger☆223Updated 2 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 12 years ago
- Simple, non intrusive reactive programming library for C++. (Events + Observable Properties + Reactive Properties)☆74Updated 7 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 6 years ago
- WIP☆27Updated 6 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- C++ coroutine based networking library (WIP)☆39Updated 7 years ago