What performance overhead do IoC containers involve?

Posted by Sosh on Stack Overflow See other posts from Stack Overflow or by Sosh
Published on 2009-10-10T14:20:23Z Indexed on 2010/05/18 5:30 UTC
Read the original article Hit count: 233

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

© Stack Overflow or respective owner

Related posts about inversion-of-control

Related posts about Performance