aspnetcore/benchmarks/Microsoft.AspNetCore.Routin.../Matchers
Ryan Nowak ef6f326188 Add experimental JumpTables
Also reduced the count of entries of the max iteration to 25. The main
issue that we're trying to solve right now is which approach is the best
with a small number of entries. Going up to 100 takes a loooong time,
and all of the dictionary-based approaches scale well above 10 or so
entries.
2018-07-13 20:42:58 -07:00
..
AsciiKeyedJumpTable.cs Add experimental JumpTables 2018-07-13 20:42:58 -07:00
AzureMatcherBenchmark.cs
AzureMatcherBenchmark.generated.cs
CustomHashTableJumpTable.cs Add experimental JumpTables 2018-07-13 20:42:58 -07:00
DictionaryLookupJumpTable.cs Add experimental JumpTables 2018-07-13 20:42:58 -07:00
FastPathTokenizerBenchmarkBase.cs
FastPathTokenizerEmptyBenchmark.cs
FastPathTokenizerLargeBenchmark.cs
FastPathTokenizerPlaintextBenchmark.cs
FastPathTokenizerSmallBenchmark.cs
GithubMatcherBenchmark.cs
GithubMatcherBenchmark.generated.cs
JumpTableMultipleEntryBenchmark.cs Add experimental JumpTables 2018-07-13 20:42:58 -07:00
JumpTableSingleEntryBenchmark.cs
JumpTableZeroEntryBenchmark.cs
MatcherBenchmarkBase.cs Added support for route constraints in Dispatcher world 2018-07-13 14:18:54 -07:00
SingleEntryMatcherBenchmark.cs
SmallEntryCountLiteralMatcherBenchark.cs
TrivialMatcher.cs
TrivialMatcherBuilder.cs