1 write to _vectorTrie
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableMultipleEntryBenchmark.cs (1)
50
_vectorTrie
= new ILEmitTrieJumpTable(0, -1, entries.ToArray(), vectorize: true, _dictionary);
1 reference to _vectorTrie
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\JumpTableMultipleEntryBenchmark.cs (1)
144
destination =
_vectorTrie
.GetDestination(strings[i], segments[i]);