This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3511c8cef0
aspnetcore
/
test
/
Microsoft.AspNetCore.Routin...
/
Matching
History
Ryan Nowak
3511c8cef0
Add vectorized il-emit trie jump table
...
Add new futuristic jump table. Remove old experimental jump tables since this is much much better.
2018-08-29 19:30:02 -07:00
..
BarebonesMatcher.cs
…
BarebonesMatcherBuilder.cs
…
BarebonesMatcherConformanceTest.cs
…
CandidateSetTest.cs
…
DataSourceDependentMatcherTest.cs
…
DefaultEndpointSelectorTest.cs
Improvements for IEndpointSelectorPolicy
2018-08-22 19:26:13 -07:00
DfaMatcherBuilderTest.cs
Fix DfaMatcher to work with non-RouteEndpoint (
#739
)
2018-08-24 09:11:13 +12:00
DfaMatcherConformanceTest.cs
…
DfaMatcherTest.cs
…
DictionaryJumpTableTest.cs
…
EndpointMetadataComparerTest.cs
…
FastPathTokenizerTest.cs
…
FullFeaturedMatcherConformanceTest.cs
…
HttpMethodMatcherPolicyIntegrationTest.cs
…
HttpMethodMatcherPolicyTest.cs
…
ILEmitTrieJumpTableTest.cs
Add vectorized il-emit trie jump table
2018-08-29 19:30:02 -07:00
LinearSearchJumpTableTest.cs
…
MatcherAssert.cs
…
MatcherConformanceTest.MultipleEndpoint.cs
…
MatcherConformanceTest.SingleEndpoint.cs
…
MatcherConformanceTest.cs
…
MultipleEntryJumpTableTest.cs
…
NonVectorizedILEmitTrieJumpTableTest.cs
Add vectorized il-emit trie jump table
2018-08-29 19:30:02 -07:00
RouteEndpointComparerTest.cs
Fix DfaMatcher to work with non-RouteEndpoint (
#739
)
2018-08-24 09:11:13 +12:00
RouteMatcher.cs
…
RouteMatcherBuilder.cs
Support policy arguments and resolving services by constructors (
#753
)
2018-08-29 14:51:34 +12:00
RouteMatcherConformanceTest.cs
…
SingleEntryJumpTableTest.cs
…
TreeRouterMatcher.cs
…
TreeRouterMatcherBuilder.cs
Support policy arguments and resolving services by constructors (
#753
)
2018-08-29 14:51:34 +12:00
TreeRouterMatcherConformanceTest.cs
…
VectorizedILEmitTrieJumpTableTest.cs
Add vectorized il-emit trie jump table
2018-08-29 19:30:02 -07:00
ZeroEntryJumpTableTest.cs
…