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

feat(nifs): parallel tree_reduce in protogalxy::poly #324

Open
cyphersnake opened this issue Jul 30, 2024 · 1 comment
Open

feat(nifs): parallel tree_reduce in protogalxy::poly #324

cyphersnake opened this issue Jul 30, 2024 · 1 comment
Labels
perf Only applies to optimizations and performance acceleration
Milestone

Comments

@cyphersnake
Copy link
Collaborator

We use itertools::tree_reduce to optimize, as described in the protogalaxy paper, the counting of F & G

This algorithm can be paralleled , and we can do so in a generalized way

@cyphersnake cyphersnake added the perf Only applies to optimizations and performance acceleration label Jul 30, 2024
@cyphersnake cyphersnake added this to the Protogalaxy milestone Jul 30, 2024
@cyphersnake
Copy link
Collaborator Author

And we can make the `try_tree_reduce' method to stop after the first error occurs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perf Only applies to optimizations and performance acceleration
Projects
None yet
Development

No branches or pull requests

1 participant