DI/IoC Container Performance Benchmark Comparison?

后端 未结 3 1818
感动是毒
感动是毒 2020-12-31 05:37

I\'ve found some 2008 benchmark results for testing the performance of several of the top .NET DI/IoC containers here. But I haven\'t been able to find any updated results.

3条回答
  •  一生所求
    2020-12-31 06:03

    In my case, speed of IoC container has been an important factor. I've had an application that performs many injections and found that Ninject was slowing the application down considerably. Taking out the IoC completely solved the performance issues. I will be looking into other solutions.

提交回复
热议问题