reflection-no-reflection
Reflection API
A proof-of-concept project to create an API compatible with Java reflection without using reflection.
A proof on concept to create an API that is 100% compatible reflection API, but without any reflection. Performance stuff for Android and Java.
130 stars
11 watching
19 forks
Language: Java
last commit: over 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |
serval-snt-uni-lu/droidra | An approach to improve static analysis of Android apps by handling reflective calls | 50 |
zewo/reflection | An API for advanced reflection at runtime in Swift | 599 |
roave/betterreflection | A reflection API designed to improve and extend the capabilities of PHP's native reflection mechanism | 1,197 |
reflectionmagic/reflectionmagic | A C# library to simplify private reflection code using dynamic properties. | 335 |
qlibs/reflect | A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 325 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 225 |
redhoyasa/grpc-reflection-js | A client library for interacting with gRPC servers that implement the Reflection protocol. | 20 |
stevinz/reflect | A small, flexible library for runtime reflection and metadata in C++11. | 5 |
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 97 |
billyquith/ponder | A C++ reflection library with Lua binding and JSON/ XML serialization. | 648 |
skypjack/meta | A header-only, non-intrusive and macro-free runtime reflection system for C++ | 596 |
mirrorjs/mirror | An alternative React framework with minimal API and zero boilerplate, simplifying the development of stateful and reactive applications. | 1,439 |
clarkok/reflect | A header-only library for creating runtime reflections of classes and enums | 25 |
asutton/clang-reflect | A clean implementation of reflection and related proposals in C++. | 29 |