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

Optimize BlockLocators Iterator with Parallel Processing #3430

Draft
wants to merge 3 commits into
base: staging
Choose a base branch
from

Commits on Nov 5, 2024

  1. Optimize BlockLocators Iterator with Parallel Processing

    This PR enhances the BlockLocators iterator by introducing parallel
    processing with rayon. The checkpoints and recents maps are combined
    using into_par_iter, leveraging multi-threading to potentially
    improve performance.
    
    Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
    meetrick committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3cf7901 View commit details
    Browse the repository at this point in the history
  2. Added Optimize BlockLocators Iterator Performance Test

    This patch introduces a performance test for the BlockLocators iterator,
    outputting the processing times.
    meetrick committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    85b7792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ad6650 View commit details
    Browse the repository at this point in the history