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

Perf/faster full tree visit #7692

Merged
merged 11 commits into from
Oct 31, 2024
Merged

Perf/faster full tree visit #7692

merged 11 commits into from
Oct 31, 2024

Commits on Oct 31, 2024

  1. Faster verify trie

    asdacap committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    67fb3d8 View commit details
    Browse the repository at this point in the history
  2. Slight optimization

    asdacap committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bc70b61 View commit details
    Browse the repository at this point in the history
  3. Unit test

    asdacap committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    09ea8d2 View commit details
    Browse the repository at this point in the history
  4. Whitespace

    asdacap committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    dced35a View commit details
    Browse the repository at this point in the history
  5. Tuning

    asdacap committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    35c58b2 View commit details
    Browse the repository at this point in the history
  6. Update src/Nethermind/Nethermind.Core/Threading/ThreadLimiter.cs

    Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com>
    asdacap and LukaszRozmej authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8d3268e View commit details
    Browse the repository at this point in the history
  7. Update src/Nethermind/Nethermind.Trie/VisitContext.cs

    Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com>
    asdacap and LukaszRozmej authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    afce0fa View commit details
    Browse the repository at this point in the history
  8. Update src/Nethermind/Nethermind.Core/Threading/ThreadLimiter.cs

    Co-authored-by: Szymon Kulec <scooletz@gmail.com>
    asdacap and Scooletz authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5b956cd View commit details
    Browse the repository at this point in the history
  9. Update src/Nethermind/Nethermind.Core/Threading/ThreadLimiter.cs

    Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com>
    asdacap and LukaszRozmej authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    221a800 View commit details
    Browse the repository at this point in the history
  10. Rename

    asdacap committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7f0fb4b View commit details
    Browse the repository at this point in the history
  11. Missed dispose

    asdacap committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    fea39f2 View commit details
    Browse the repository at this point in the history