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

blockchain: Optimize checkpoint handling. #1230

Merged
merged 1 commit into from
Jun 1, 2018

Commits on Jun 1, 2018

  1. blockchain: Optimize checkpoint handling.

    This modifies the code that determines the most recently known
    checkpoint to take advantage of recent changes which make the entire
    block index available in memory by only storing a reference to the
    specific node in the index that represents the latest known checkpoint.
    
    Previously, the entire block was stored and new checkpoints required
    loading it from the database.
    davecgh committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    bc96019 View commit details
    Browse the repository at this point in the history