DI/IoC Container Performance Benchmark Comparison?

后端 未结 3 1819
感动是毒
感动是毒 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:08

    IoC Container Benchmark - Performance comparison has performance and features comparison tables for 20+ products and it is up-to-date (latest update 21.12.2017)

    The conclusion from the article:

    Especially Simple Injector seems to be a good choice. It's very fast, has a good documentation and also supports advanced scenarios like interception and generic decorators.

    See also related https://stackoverflow.com/questions/1140730/net-di-containers-comparison/ question.

提交回复
热议问题