Merged
Conversation
0a9965b to
48d1c97
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #139 +/- ##
==========================================
+ Coverage 48.26% 48.38% +0.11%
==========================================
Files 16 16
Lines 2391 2412 +21
Branches 75 76 +1
==========================================
+ Hits 1154 1167 +13
- Misses 1162 1169 +7
- Partials 75 76 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b647337 to
c6f04fb
Compare
alumi
approved these changes
Dec 5, 2025
Member
alumi
left a comment
There was a problem hiding this comment.
Thank you for identifying the bottleneck and achieving such a significant performance improvement! 👍
Before the fix, the benchmark run on my local machine was taking so long to finish, but now it’s extremely fast!⚡
I think the overall approach looks good. I’ve just left a few minor comments on code style, so please take a look.
396a710 to
1adf97a
Compare
Contributor
Author
|
Thankyou for reviewing.
|
1adf97a to
ecfc682
Compare
This file contains hidden or 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
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.
This PR fixes (partially) #137.
I applied NC-list to indexed chain.
Benchmark resources is generated by this code.
code