di-benchmark
di-benchmark copied to clipboard
Benchmark dependency injection solutions
Update jBeanBox to 2.4.8
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...