starknet_committer_and_os_cli: build storage tries concurrently based on py config#12444
Open
nimrod-starkware wants to merge 1 commit intonimrod/parallel-reads/always-cache-on-writefrom
Open
Conversation
This was referenced Feb 10, 2026
Contributor
Author
Contributor
Author
nimrod-starkware
left a comment
There was a problem hiding this comment.
py side:
https://reviewable.io/reviews/starkware-industries/starkware/40161
@nimrod-starkware made 1 comment.
Reviewable status: 0 of 3 files reviewed, all discussions resolved (waiting on @nimrod-starkware).
b8c6929 to
f60e9a7
Compare
b4f2ba1 to
a687f27
Compare
f60e9a7 to
a861514
Compare
a687f27 to
2f403ef
Compare
a861514 to
ac85e19
Compare
2f403ef to
a91dd91
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Medium Risk
Changes input deserialization/schema and can flip on concurrent storage-trie construction, which may surface race/performance issues if downstream code isn’t concurrency-safe.
Overview
The committer CLI input format now includes a
build_storage_tries_concurrentlyboolean inRawConfigImpl, andCommitterFactsDbInputImplpasses it through toReaderConfig::new(removing the previous hardcodedfalse).Tests were updated to include the new config field in the serialized input fixtures and to validate both
trueandfalsecases.Written by Cursor Bugbot for commit a91dd91. This will update automatically on new commits. Configure here.