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

Do not copy internal pointers on updating an entry (v0.9.x) #304

Open
wants to merge 3 commits into
base: v0.9.x
Choose a base branch
from

Commits on Aug 15, 2023

  1. Do not copy internal pointers on updating an entry

    Move internal pointers to deque nodes from `ValueEntry` to `EntryInfo`, so that
    the pointers are no longer copied on updating an entry.
    tatsuya6502 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f5cc9dc View commit details
    Browse the repository at this point in the history
  2. Do not copy internal pointers on updating an entry

    Adjust the size of `EntryInfo` in a test.
    tatsuya6502 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3bd04c0 View commit details
    Browse the repository at this point in the history
  3. Do not copy internal pointers on updating an entry

    Adjust the size of `EntryInfo` in a test.
    tatsuya6502 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e3282dc View commit details
    Browse the repository at this point in the history