refactor(trie): always use ParallelSparseTrie, deprecate config flags (#21435)

This commit is contained in:
Brian Picciano
2026-01-26 18:02:06 +01:00
committed by GitHub
parent 768a687189
commit f9ec2fafa0
15 changed files with 112 additions and 338 deletions

View File

@@ -954,9 +954,6 @@ Engine:
--engine.disable-prewarming
Disable parallel prewarming
--engine.disable-parallel-sparse-trie
Disable the parallel sparse trie in the engine
--engine.state-provider-metrics
Enable state provider latency metrics. This allows the engine to collect and report stats about how long state provider calls took during execution, but this does introduce slight overhead to state provider calls

View File

@@ -954,9 +954,6 @@ Engine:
--engine.disable-prewarming
Disable parallel prewarming
--engine.disable-parallel-sparse-trie
Disable the parallel sparse trie in the engine
--engine.state-provider-metrics
Enable state provider latency metrics. This allows the engine to collect and report stats about how long state provider calls took during execution, but this does introduce slight overhead to state provider calls