dependency-injector icon indicating copy to clipboard operation
dependency-injector copied to clipboard

Use `codegen` to create instances and set fields

Open P3ridot opened this issue 2 years ago • 0 comments

Since we can do that for methods, we can do that also to call constructors or set fields values. Using codegen to call methods improve performance, practically catching up with native method calls

P3ridot avatar Jul 27 '23 04:07 P3ridot