Skip to content

Use prefix sum for dynamic programming script#355

Merged
LorenzSchueler merged 2 commits into
mainfrom
lorenz/cdf
Feb 19, 2026
Merged

Use prefix sum for dynamic programming script#355
LorenzSchueler merged 2 commits into
mainfrom
lorenz/cdf

Conversation

@LorenzSchueler

@LorenzSchueler LorenzSchueler commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

This PR changes the dynamic programming script which computes the optimal specializations to use a prefix sum. This aligns it with the paper and also cuts the execution time when running up to k=5 in half.

@codecov

codecov Bot commented Feb 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread analytics/verkle_best_specializations_dynamic_programming.py Outdated
@LorenzSchueler LorenzSchueler changed the title Use cdf for dynamic programming script Use prefix sum for dynamic programming script Feb 19, 2026
@LorenzSchueler
LorenzSchueler merged commit d428d06 into main Feb 19, 2026
4 checks passed
@LorenzSchueler
LorenzSchueler deleted the lorenz/cdf branch February 19, 2026 15:57
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.

2 participants