Skip to content

Drop in Efficient Sumcheck#250

Draft
z-tech wants to merge 26 commits into
worldfnd:smallfp-goldilocksfrom
z-tech:z-tech/efficient_sumcheck
Draft

Drop in Efficient Sumcheck#250
z-tech wants to merge 26 commits into
worldfnd:smallfp-goldilocksfrom
z-tech:z-tech/efficient_sumcheck

Conversation

@z-tech
Copy link
Copy Markdown
Collaborator

@z-tech z-tech commented Apr 12, 2026

Avx-512

size field whir baseline whir + effsc speedup
2^20 Goldilocks 5.213 ms 2.712 ms 1.92×
2^20 Goldilocks² 8.565 ms 5.304 ms 1.61×
2^20 Goldilocks³ 13.29 ms 9.256 ms 1.44×
2^24 Goldilocks 30.05 ms 26.10 ms 1.15×
2^24 Goldilocks² 72.88 ms 72.83 ms ~tie
2^24 Goldilocks³ 130.2 ms 121.3 ms 1.07×

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 12, 2026

Merging this PR will not alter performance

✅ 7 untouched benchmarks
⏩ 25 skipped benchmarks1


Comparing z-tech:z-tech/efficient_sumcheck (a19190b) with smallfp-goldilocks (48c7c8e)

Open in CodSpeed

Footnotes

  1. 25 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@z-tech z-tech changed the base branch from main to smallfp-goldilocks April 12, 2026 19:51
EC2 Default User and others added 4 commits April 14, 2026 09:20
@z-tech z-tech force-pushed the z-tech/efficient_sumcheck branch 2 times, most recently from 0aeaa7f to cdf71cb Compare April 16, 2026 13:28
@z-tech z-tech changed the title Drop in Efficient Sumcheck Drop in EffSc Apr 19, 2026
@z-tech z-tech changed the title Drop in EffSc Drop in Efficient Sumcheck Apr 19, 2026
pub type F = crate::algebra::fields::Field64;

/// Zero-pad to the next power of two.
fn zero_pad<G: ark_ff::Field>(values: &[G]) -> Vec<G> {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This is to test that the library handles non powers of 2 correctly. It's only needed for the test.

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.

1 participant