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 Transaction Ids #454

Open
wants to merge 3 commits into
base: v2
Choose a base branch
from
Open

Cache Transaction Ids #454

wants to merge 3 commits into from

Commits on Jun 6, 2017

  1. run 'go fmt' using go 1.8

    jameinel committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    20e84f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb5d1c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Cache conversion from token to TXN ObjectId.

    When walking graphs (hasPreReq), we can actually spend a lot of time
    doing the conversion from a 'hex+nonce' token string back to a binary
    ObjectId. Cache them in the flusher.
    jameinel committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    9428095 View commit details
    Browse the repository at this point in the history