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 8 bytes to store int64 components of database keys #107

Merged
merged 3 commits into from
Sep 5, 2018

Commits on Sep 4, 2018

  1. Add node key and orphan key benchmark

    Signed-off-by: Silas Davis <[email protected]>
    Silas Davis committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    56dfbbb View commit details
    Browse the repository at this point in the history
  2. Introduce KeyFormat that uses a full 8 bytes for int64 values and avo…

    …ids string manipulatio/scanning
    Silas Davis committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    fc21828 View commit details
    Browse the repository at this point in the history
  3. Fix various issue from PR: punctuation, add overflow test, and improve

    scan function
    Silas Davis committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    8290d65 View commit details
    Browse the repository at this point in the history