-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: improve marshaller performance #264
Conversation
adds some more missing types
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #264 +/- ##
=======================================
Coverage 83.37% 83.37%
=======================================
Files 28 28
Lines 3290 3290
Branches 682 682
=======================================
Hits 2743 2743
Misses 331 331
Partials 216 216 ☔ View full report in Codecov by Sentry. |
This appears to have broken the ability to build dbus-fast on buildroot.
|
It looks like we don't have a pin for >3 for cython in the build system, only the group above Line 104 in e393611
|
v2.24.1 is building now. It will be available in a few hours |
This is roughly a 10% speed up marshalling vs the benchmark
adds some more missing types