1 write to _trie
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableSingleEntryBenchmark.cs (1)
22
_trie
= new ILEmitTrieJumpTable(0, -1, new[] { ("hello-world", 1), }, vectorize: false, _default);
1 reference to _trie
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableSingleEntryBenchmark.cs (1)
118
destination =
_trie
.GetDestination(strings[i], segments[i]);