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 GetPooledTransactionsFromPeerTask with HashSet #6071

Merged
merged 2 commits into from
Oct 25, 2023

Commits on Oct 22, 2023

  1. Optimize GetPooledTransactionsFromPeerTask with HashSet

    Switch from using a List to a HashSet for transaction hashes in GetPooledTransactionsFromPeerTask to improve performance.
    
    Signed-off-by: Suyash Nayan <suyashnyn1@gmail.com>
    7suyash7 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    7beee1f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge branch 'main' into getpooltx

    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    macfarla committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f6a1f7f View commit details
    Browse the repository at this point in the history