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

Replace PathCopyingPersistentTreeMap hash and size calculation #36

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 1, 2021

  1. Replace PathCopyingPersistentTreeMap hash and size calculation from l…

    …azy linear algorithm to pre-calculations, which is efficient for public copying methods
    Druidos committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    253deb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Compute PathCopyingPersistentTreeMap hash and size on public copying …

    …methods instead of lazy linear algorithm
    Druidos committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    9e2bd17 View commit details
    Browse the repository at this point in the history