-
Notifications
You must be signed in to change notification settings - Fork 50
Cut allocations in padindex
#277
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #277 +/- ##
==========================================
+ Coverage 91.81% 91.86% +0.04%
==========================================
Files 12 12
Lines 1662 1672 +10
==========================================
+ Hits 1526 1536 +10
Misses 136 136 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I believe the test failure is unrelated? |
Should we merge? Do you have merge rights? If not, I can add you to help here. |
Hi, I don't have merge rights currently, so that would be nice. |
Sent invitation. |
I will merge at the end of the week if I don't hear an objection. I can also bump the version if it's otherwise ready for a patch release. |
I just made a release yesterday - so this should be straightforward to merge and make a new release. |
padindex
results in a large number of allocations due to multiple array creations and concatenations. This PR only creates a single array and values are copied into it.