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

Parallel computation of Pi polynomials #233

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Parallel computation of Pi polynomials #233

merged 2 commits into from
Jan 4, 2024

Conversation

storojs72
Copy link
Member

Fixes #232

Copy link
Contributor

@adr1anh adr1anh left a comment

Choose a reason for hiding this comment

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

Tiny suggestiong which reduces the number of field multiplicaiton by half

src/provider/mlkzg.rs Show resolved Hide resolved
@storojs72 storojs72 added this pull request to the merge queue Jan 4, 2024
Merged via the queue into dev with commit ae521be Jan 4, 2024
7 checks passed
@storojs72 storojs72 deleted the issue-232 branch January 4, 2024 17:33
samuelburnham pushed a commit to samuelburnham/arecibo that referenced this pull request Jan 4, 2024
* refactor: Refactor sparse namespace and SparseMatrix visibility

- Modifies the visibility of `sparse` module from public to private
- Makes `SparseMatrix` class within `sparse` module public
- Updates `SparseMatrix` import across several files to accommodate visibility changes

* fix: define matrix inputs in idiomatic Nova style

* chore: Refactor dependencies for r1cs module

- Shifted `proptest` and `rand` dependencies to dev-dependencies in `Cargo.toml`
- Introduced testing flag for `util` module under `r1cs`

* refactor: remove clippy attributes (lurk-lab#233)

---------

Co-authored-by: bing <bingcicle@proton.me>
huitseeker pushed a commit to huitseeker/arecibo that referenced this pull request Jan 14, 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.

Parallelise Pi computing
2 participants