aspnetcore/test/Microsoft.AspNet.Routing.Tests/Template
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
..
RoutePrecedenceTests.cs
TemplateBinderTests.cs
TemplateMatcherTests.cs Optimize TemplateMatcher 2016-01-05 10:47:51 -08:00
TemplateParserTests.cs