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

Reduce allocations on insert and remove #2201

Merged
merged 29 commits into from
Oct 26, 2023
Merged

Commits on Oct 5, 2023

  1. Rename

    dboehm-avalabs committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c5338db View commit details
    Browse the repository at this point in the history
  2. fixes

    dboehm-avalabs committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0a41cb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f81ceb View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Update key_test.go

    dboehm-avalabs committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    749a665 View commit details
    Browse the repository at this point in the history
  2. Update x/merkledb/proof.go

    Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
    Signed-off-by: David Boehm <91908103+dboehm-avalabs@users.noreply.github.com>
    dboehm-avalabs and darioush committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6bf8d53 View commit details
    Browse the repository at this point in the history
  3. comments

    dboehm-avalabs committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3a31721 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64a708e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    2b881a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8958752 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f9e45b View commit details
    Browse the repository at this point in the history
  4. stash

    dboehm-avalabs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    449f0fd View commit details
    Browse the repository at this point in the history
  5. rename

    dboehm-avalabs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9783dda View commit details
    Browse the repository at this point in the history
  6. Update proof.go

    dboehm-avalabs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8278e46 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    606b5cf View commit details
    Browse the repository at this point in the history
  2. Update db_test.go

    dboehm-avalabs committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b14c932 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    0301541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a19909 View commit details
    Browse the repository at this point in the history
  3. Update trieview.go

    dboehm-avalabs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fc2e444 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e1eb1e View commit details
    Browse the repository at this point in the history
  5. Update db_test.go

    remove test code
    dboehm-avalabs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2af2b57 View commit details
    Browse the repository at this point in the history
  6. Update trieview.go

    dboehm-avalabs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0908350 View commit details
    Browse the repository at this point in the history
  7. Update trieview.go

    dboehm-avalabs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fe40f40 View commit details
    Browse the repository at this point in the history
  8. cleanup

    dboehm-avalabs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f1ff1a8 View commit details
    Browse the repository at this point in the history
  9. Update trieview.go

    dboehm-avalabs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    245cec4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2c43a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. nits

    danlaine committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0775223 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into ReduceAllocationOnInsert

    Signed-off-by: Dan Laine <daniel.laine@avalabs.org>
    danlaine committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    353ca15 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge branch 'dev' into ReduceAllocationOnInsert

    Signed-off-by: Dan Laine <daniel.laine@avalabs.org>
    danlaine committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c5cc8c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Merge branch 'dev' into ReduceAllocationOnInsert

    Signed-off-by: Dan Laine <daniel.laine@avalabs.org>
    danlaine committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f22d5bd View commit details
    Browse the repository at this point in the history