-
-
Notifications
You must be signed in to change notification settings - Fork 323
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 fork-choice iterators #3125
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3125 +/- ##
==========================================
+ Coverage 59.02% 59.05% +0.02%
==========================================
Files 376 376
Lines 9074 9070 -4
Branches 1343 1342 -1
==========================================
Hits 5356 5356
+ Misses 3336 3332 -4
Partials 382 382 |
Code Climate has analyzed commit 3781dd4 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Performance Report✔️ no performance regression detected Full benchmark results
|
Motivation
ForkChoice iterates over the proto array in suboptimal ways.
Description
Closes #3105