ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
Перейти к файлу
AMooreMicrosoft 2fbe1eaa80 WA34: WebAPI: ReflectedHttpActionDescriptor: Cache repeated calls to MethodInfo.GetParameters.
In WebAPI scenarios involving paramters, there are repeated calls to extract the same set of paramters on the long lifetime ReflectedHttpActionDescriptor. This changes caches them and will prevent one array allocation per request and should improve throughput by 0.3-0.5% depending on the scenario.
2013-11-08 10:59:12 -08:00
.nuget
packages
src WA34: WebAPI: ReflectedHttpActionDescriptor: Cache repeated calls to MethodInfo.GetParameters. 2013-11-08 10:59:12 -08:00
test Merge branch 'fix1373' 2013-11-07 18:28:05 -08:00
tools
.gitattributes
.gitignore
License.txt
Runtime.msbuild
Runtime.sln
RuntimePortable.sln
Settings.StyleCop
build.cmd