Skip to content
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: add cython extension for messages #73

Merged
merged 1 commit into from
Oct 5, 2022
Merged

feat: add cython extension for messages #73

merged 1 commit into from
Oct 5, 2022

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 5, 2022

This is ~6% speed up in marshalling.

@codecov
Copy link

codecov bot commented Oct 5, 2022

Codecov Report

Base: 81.21% // Head: 81.49% // Increases project coverage by +0.27% 🎉

Coverage data is based on head (7bfe390) compared to base (f38e08f).
Patch coverage: 97.50% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
+ Coverage   81.21%   81.49%   +0.27%     
==========================================
  Files          25       25              
  Lines        2928     2923       -5     
  Branches      569      567       -2     
==========================================
+ Hits         2378     2382       +4     
+ Misses        339      332       -7     
+ Partials      211      209       -2     
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/_private/marshaller.py 98.16% <100.00%> (ø)
src/dbus_fast/_private/unmarshaller.py 96.41% <100.00%> (ø)
src/dbus_fast/_private/util.py 86.79% <100.00%> (ø)
src/dbus_fast/introspection.py 84.92% <100.00%> (ø)
src/dbus_fast/message.py 95.50% <100.00%> (+4.01%) ⬆️
src/dbus_fast/service.py 88.29% <100.00%> (ø)
src/dbus_fast/signature.py 57.20% <100.00%> (ø)
src/dbus_fast/glib/message_bus.py 83.12% <0.00%> (+2.05%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco marked this pull request as ready for review October 5, 2022 23:37
@bdraco bdraco merged commit 8676f12 into main Oct 5, 2022
@bdraco bdraco deleted the cython_messages branch October 5, 2022 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant