Skip to content

Make parallel tx set builder to flexibly choose the number of stages. #4712

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dmkozh
Copy link
Contributor

@dmkozh dmkozh commented May 1, 2025

Description

Make parallel tx set builder to flexibly choose the number of stages.

This just runs the same algorithm with a different number of stages and picks the tx set with the minimum amount of stages and roughly the maximum utilization.

Also fixed the benchmark and added a small optimization that addresses a performance issue found.

Checklist

  • Reviewed the contributing document
  • Rebased on top of master (no merge commits)
  • Ran clang-format v8.0.0 (via make format or the Visual Studio extension)
  • Compiles
  • Ran all tests
  • If change impacts performance, include supporting evidence per the performance document

@dmkozh dmkozh force-pushed the stage_sel branch 2 times, most recently from aec6d8c to 3018f89 Compare May 2, 2025 18:32
dmkozh added 2 commits May 20, 2025 20:44
This just runs the same algorithm with a different number of stages and picks the tx set with the minimum amount of stages and roughly the maximum utilization.

Also fixed the benchmark and added a small optimization that addresses a performance issue found.
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