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

⚡️ Optimize DynamicArrayLib #1079

Merged
merged 8 commits into from
Sep 18, 2024
Merged

⚡️ Optimize DynamicArrayLib #1079

merged 8 commits into from
Sep 18, 2024

Conversation

Vectorized
Copy link
Owner

Description

⚡️

Checklist

Ensure you completed all of the steps below before submitting your pull request:

  • Ran forge fmt?
  • Ran forge test?

Pull requests with an incomplete checklist will be thrown out.

Copy link

github-actions bot commented Sep 18, 2024

Gas Snapshot Comparison Report

Generated at commit : 9fdcbdb, Compared to commit : c5578d2

Contract Name Test Name Main Gas PR Gas Diff
DynamicArrayLibTest testDynamicArrayPushAfterReserve() 40211 39979 -232
testDynamicArrayPushAndPop() 65529 65552 23
testDynamicArraySlice() 11086 11064 -22
test__codesize() 4545 6639 2094

@Vectorized Vectorized merged commit 574c534 into main Sep 18, 2024
10 of 14 checks passed
@Vectorized Vectorized deleted the dynamicarraylibopt branch September 18, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant