Ian Johnson
Ian Johnson
This seems like a great idea to me. A web performance benchmark should have at least one test that's a POST.
@dotnetjunkie so is it your stance that nothing should be done? Also I'm not sure what this mean "On the other hand, some containers seem to just try to get...
@dotnetjunkie so because you believe SimpleInjector's implementation is better you feel it's ok to question other containers quality? Have gone through and tested all these other containers that you are...
@danielpalme would it be possible to maybe make the result page more interactive so containers could be filtered out on some criteria (speed, released in the last year, etc). This...
@danielpalme you can also drop StyleMVVM off as it became the basis for Grace.
@jzabroski maybe it’s interesting or maybe the implementation didn’t get fleshed out because supporting more features would mean having more registrations leading to the container losing its performance edge. I’m...
It’s not a flaw it’s the way it’s designed. It compiles one giant switch statement with all possible registration. As more registrations are added the switch gets bigger. So no...
Always a big fan of @dadhi work, and I'd definitely be interested in more benchmarks. That said these days I'm not spending much time doing performance tweaking but I did...
The topic of Benchmark.net has come up a couple time [here](https://github.com/danielpalme/IocPerformance/issues/77). Benchmark.net is part of the reason I wrote my own benchmarks, that plus a desire to dive deeper into...
Also we'll want to make sure each container has roughly the same number of registrations not just resolving extra registrations. @danielpalme I'd like to put together a PR for this...