danielpalme / IocPerformance

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

Feature/singularity container #109

Closed Barsonax closed 5 years ago

Barsonax commented 5 years ago

Iam the author of the singularity container. As I have a strong focus on performance I would like to add my container to the benchmark here.

On a side note I noticed that the current benchmark does not measure the multithreaded performance accurately enough, especially when containers like mine can do their work in less than 10 nanoseconds. I believe this is because there's too much overhead in the way the benchmark is done currently. Increasing the sample size might lead to more accurate results.

EDIT: made issue #110 about the multithreaded measuring issue