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

Use BranchID in DelayedReader #23664

Merged
merged 2 commits into from Jun 23, 2018

Commits on Jun 22, 2018

  1. Change DelayedReader to use BranchID instead of BranchKey

    Micro-benchmarking showed that switching to the BranchID was substantially faster for lookup than using BranchKey.
    Switching to a unordered_map in RootTree is also an improvement.
    Dr15Jones committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    cda9f91 View commit details
    Browse the repository at this point in the history
  2. Removed BranchID from RootTree::addBranch

    The function was already getting a BranchDescription which holds the BranchID.
    Dr15Jones committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    53502e1 View commit details
    Browse the repository at this point in the history