danielpalme / IocPerformance

Performance comparison of .NET IoC containers
https://danielpalme.github.io/IocPerformance
Apache License 2.0
876 stars 157 forks source link

Cauldron Activator added #99

Closed reflection-emit closed 6 years ago

reflection-emit commented 6 years ago

Cauldron is a Fody add-in. It modifies the assembly to the extent that it rewrites fields and properties to implement the injection. That is why I had to create separate test classes for Cauldron.

I also replaced the Dictionary for "No" DI against a custom dictionary. This is much faster than the NET Framework Dictionary.

danielpalme commented 6 years ago

Will have a look at you PR within the next 2-3 weeks.

reflection-emit commented 6 years ago

Cool thanks