di-benchmark icon indicating copy to clipboard operation
di-benchmark copied to clipboard

Benchmark dependency injection solutions

Results 3 di-benchmark issues
Sort by recently updated
recently updated
newest added

As @nilsonfreitas predicted, the results are pretty close to "vanilla". Dagger 2 uses code generation, so the setup is more complicated than a simple Maven dependency. The pom now includes...

I would be great to see [Dagger2](https://google.github.io/dagger/) on this benchmark. Because it implements the full stack with generated code (without reflection) I believe it will get very close to Vanilla...

help wanted