Skip to content

moss: parallelize 'state verify' #421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

moss: parallelize 'state verify' #421

wants to merge 1 commit into from

Conversation

joebonrichie
Copy link
Contributor

Use rayon to iterate over entries in parallel and use a Arc<Rwlock<>> to update the vec of issues atomically.

Resolves #390.

Use rayon to iterate over entries in parallel and use a Arc<Rwlock<>> to
update the vec of issues atomically.

Resolves #390.
@joebonrichie joebonrichie marked this pull request as ready for review February 24, 2025 10:01
@joebonrichie joebonrichie marked this pull request as draft February 25, 2025 14:52
@ermo ermo added this to the alpha2 milestone May 8, 2025
@ermo
Copy link
Member

ermo commented May 8, 2025

@joebonrichie Any appetite for working on this once your other stuff has been landed?

@ermo ermo added type: performance Will make things faster/leaner type: user experience Will make for a nicer user experience priority: could have labels May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: could have type: performance Will make things faster/leaner type: user experience Will make for a nicer user experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

moss: Explore making moss state verify able to use multiple threads when verifying
2 participants