Improves performance and reduce allocations for request and binding parameters.
Instead of lazily determining the parameters of a Request or Context, we now perform this action upfront in the .ctor.
Of course this means that the .ctor is sometimes less performant, but in those cases the gains are much higher when effectively iterating the parameters.
Improves performance and reduce allocations for request and binding parameters.
Instead of lazily determining the parameters of a Request or Context, we now perform this action upfront in the .ctor.
Of course this means that the .ctor is sometimes less performant, but in those cases the gains are much higher when effectively iterating the parameters.
Request:
Context: