aspnetcore/test/Microsoft.AspNet.Routing.Tests/Template
Ryan Nowak 371d4e62da Remove string.Split from routing
This change removes the call to string.Split and a few substrings, and
replaces it with a tokenizer API. The tokenizer isn't really optimized
right now for compute - it should probably be an iterator- but it's a
significant improvement on what we're doing.
2015-10-06 10:21:00 -07:00
..
TemplateBinderTests.cs
TemplateMatcherTests.cs Remove string.Split from routing 2015-10-06 10:21:00 -07:00
TemplateParserTests.cs
TemplateRouteTest.cs