aspnetcore/test
Ryan Nowak 226cfb1e0d Optimize TemplateMatcher
Replaces a bunch of dictionary operations with indexing into an array by
doing some caching. Also eliminating an enumerator allocation by changing
from IReadOnlyDictionary to RouteValueDictionary.
2016-01-05 10:47:51 -08:00
..
Microsoft.AspNet.Mvc.Routing.Abstractions.Tests
Microsoft.AspNet.Routing.DecisionTree.Sources.Tests
Microsoft.AspNet.Routing.Extensions.Tests
Microsoft.AspNet.Routing.Tests Optimize TemplateMatcher 2016-01-05 10:47:51 -08:00