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