kocsismate / php-di-container-benchmarks

Benchmark for some popular PHP Dependency Injection Containers.
https://kocsismate.github.io/php-di-container-benchmarks/benchmark.html
MIT License
76 stars 26 forks source link

compare different DI container separately #16

Closed drealecs closed 7 years ago

drealecs commented 7 years ago

From my point of view, when comparing DI containers, you need to group them depending on what features they provide to their client. And I'm mostly talking about autowiring where I see 3 or more cases:

This is because using autowire can speed up development while decreasing performance. So trade-offs must be understood correctly.

kocsismate commented 7 years ago

Sorry, I forgot to answer :/

I agree with you that results of different containers should be regarded separately. But I don't feel the need to emphasise this fact even more because I tried my best to do so in the introduction as well as in the conclusion.

Do you think it's worth emphasising it even more?

garrettw commented 3 years ago

I certainly do.