-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
faster creation of PyList
#74
Conversation
CodSpeed Performance ReportMerging #74 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
==========================================
- Coverage 96.59% 95.11% -1.49%
==========================================
Files 9 10 +1
Lines 1294 1494 +200
==========================================
+ Hits 1250 1421 +171
- Misses 44 73 +29
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Is "locally" arm or x86_64? Might differ greatly between the two platforms. TBH I'm ok with this but I also just think that really PyO3 should be reworking its list constructor to allow this. |
Locally was macos. |
307ca2c
to
6e80788
Compare
I think better is that I aim to fix PyO3 to avoid needless reference count operations. Would be a modest speedup for quite a few operations / smaller binary size :) |
PyO3 0.23 (#137) has a new |
No description provided.