Skip to content
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

moss: parallelize 'state verify' #421

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
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
1 participant