feat: sparse trie as cache (#21583)

Co-authored-by: yongkangc <chiayongkang@hotmail.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Brian Picciano <me@mediocregopher.com>
This commit is contained in:
Arsenii Kulikov
2026-01-29 23:11:48 +04:00
committed by GitHub
parent 796ba6d5dc
commit 19bf580f93
9 changed files with 516 additions and 65 deletions

View File

@@ -1007,6 +1007,9 @@ Engine:
--engine.disable-cache-metrics
Disable cache metrics recording, which can take up to 50ms with large cached state
--engine.enable-sparse-trie-as-cache
Enable sparse trie as cache
ERA:
--era.enable
Enable import from ERA1 files

View File

@@ -1007,6 +1007,9 @@ Engine:
--engine.disable-cache-metrics
Disable cache metrics recording, which can take up to 50ms with large cached state
--engine.enable-sparse-trie-as-cache
Enable sparse trie as cache
ERA:
--era.enable
Enable import from ERA1 files