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

refactor(bitswap): performance improvements #634

Merged
merged 5 commits into from
Jul 2, 2024

Commits on Jul 1, 2024

  1. Minor performance improvements around wantlist handling

    - Create fewer copies of wantlist.
    - Fewer iterations of wantlist when processing received message.
    
    These changes make some minor improvements and separates these from functional changes in other PR(s).
    gammazero committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    faebf27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ccf04d View commit details
    Browse the repository at this point in the history
  3. update comment

    gammazero committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b63c460 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    463bde8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f9a75 View commit details
    Browse the repository at this point in the history