danielpalme / IocPerformance

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

Where is Castle Windsor? #73

Closed ohadschn closed 7 years ago

ohadschn commented 7 years ago

It is mysteriously missing from the list in the main page: https://github.com/danielpalme/IocPerformance

Even though a quick search shows some references to it in the code...

ipjohnson commented 7 years ago

It was dropped out because castle windsor 3.X is not compatible with castle core 4.0

This PR has some comments from one of the castle windsor developers recommending dropping it from the benchmark till it's compatible with castle core 4.0

ohadschn commented 7 years ago

@ipjohnson I see, thanks for explaining. I take it the 3.X performance was not too great?

ipjohnson commented 7 years ago

Faster than some, slower than others ...

Here is the readme before the change

ohadschn commented 7 years ago

@ipjohnson thanks! For some reason the graphs don't show it though...

ipjohnson commented 7 years ago

@ohadschn The graphs only show containers that finish in a certain amount of time. Look at the raw numbers listed in the tables it's under Windsor.

ohadschn commented 7 years ago

Understood, thank you so much for you patience! Feel free to close this issue...