generated from ipfs/ipfs-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 95
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
blockservice: optimize getBlocks filter by not rescanning the already valid leading elements #557
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jan 15, 2024
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
Jorropo
force-pushed
the
01-15-blockservice_optimize_getBlocks_filter_by_not_rescanning_the_already_valid_leading_elements
branch
from
January 15, 2024 06:45
3dca97c
to
2fbaf0b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## 01-15-blockservice_add_WithContentBlocker_option #557 +/- ##
====================================================================================
- Coverage 65.56% 65.54% -0.02%
====================================================================================
Files 204 207 +3
Lines 25583 25654 +71
====================================================================================
+ Hits 16773 16815 +42
- Misses 7335 7361 +26
- Partials 1475 1478 +3
|
… valid leading elements We would scan the valid leading elements twice.
Jorropo
force-pushed
the
01-15-blockservice_add_WithContentBlocker_option
branch
from
January 15, 2024 07:58
ec8bcb6
to
7e0cfb1
Compare
Jorropo
force-pushed
the
01-15-blockservice_optimize_getBlocks_filter_by_not_rescanning_the_already_valid_leading_elements
branch
from
January 15, 2024 07:58
2fbaf0b
to
b2110e6
Compare
Closed in favor of #558 |
Jorropo
deleted the
01-15-blockservice_optimize_getBlocks_filter_by_not_rescanning_the_already_valid_leading_elements
branch
January 15, 2024 12:54
This was referenced Jan 15, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We would scan the valid leading elements twice.