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

Set server keys for each thread in Rayon pool #171

Closed
wants to merge 3 commits into from

Conversation

goshawk-3
Copy link
Contributor

No description provided.

Copy link
Collaborator

@dartdart26 dartdart26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

rayon_threads,
server_key.clone(),
))
.unwrap();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Maybe we can change that to expect()? I know it is not part of the PR, but just to use that as an excuse.

@@ -4,10 +4,12 @@ on:
push:
branches:
- main
- temp-fix-coprocessor-crash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess these changes were just for testing on the CI? Could be removed before merging, right?

Copy link
Collaborator

@0xawaz 0xawaz Dec 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes exactly, let's revered them before merge

@goshawk-3
Copy link
Contributor Author

Discarded due to #176

@goshawk-3 goshawk-3 closed this Dec 6, 2024
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.

3 participants