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 memory allocations during state transition #5235

Merged
merged 2 commits into from
Aug 2, 2023
Merged

Conversation

arnetheduck
Copy link
Member

This PR removes a few hundred thousand temporary seq allocations during state transition - in particular, the flag seq was allocated per validator while committees are computed per attestation.

This PR removes a few hundred thousand temporary seq allocations during
state transition - in particular, the flag seq was allocated per
validator while committees are computed per attestation.
@github-actions
Copy link

github-actions bot commented Aug 2, 2023

Unit Test Results

         9 files    1 077 suites   46m 3s ⏱️
  3 723 tests   3 444 ✔️ 279 💤 0
15 874 runs  15 569 ✔️ 305 💤 0

Results for commit 366b010.

♻️ This comment has been updated with latest results.

@arnetheduck arnetheduck merged commit 5bc48ac into unstable Aug 2, 2023
14 of 20 checks passed
@arnetheduck arnetheduck deleted the less-alloc branch August 2, 2023 23:03
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.

None yet

2 participants