What performance overhead do IoC containers involve?
- by Sosh
Hi,
Loose coupling is wonderful of course, but I have often wondered what overhead wiring up dynamically using an IoC container (for example Castle Windsor) has over a tightly coupled system?
I know that a detailed answer would depend on what the IoC was being used for, but I'm really just trying to get a feel for the magnitude of effort involved in the IoC work.
Does anyone have any stats or other resources regarding this?
Thanks