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

Cache merkle trees #13879

Closed
wants to merge 5 commits into from
Closed

Commits on Oct 21, 2021

  1. Implement *RunfilesSupplier.equals() and .hashCode()

    This change allows for future lookup tables for caching with the
    RunfilesSupplier as key.
    moroten committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    95bc09f View commit details
    Browse the repository at this point in the history
  2. Implement Merkle tree merging

    moroten committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    843bf29 View commit details
    Browse the repository at this point in the history
  3. Make the getInputMapping lazily in RemoteAction

    getInputMapping() is slow, it can take several milliseconds, so do not
    call it unless needed.
    moroten committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a8fecb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cc14af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e72c079 View commit details
    Browse the repository at this point in the history