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: speed up marshalling headers #142

Merged
merged 2 commits into from
Nov 3, 2022
Merged

feat: speed up marshalling headers #142

merged 2 commits into from
Nov 3, 2022

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Nov 3, 2022

This is a 22% speed up

closes #140

@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Base: 81.70% // Head: 81.84% // Increases project coverage by +0.13% 🎉

Coverage data is based on head (647fb60) compared to base (d7d301c).
Patch coverage: 91.42% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #142      +/-   ##
==========================================
+ Coverage   81.70%   81.84%   +0.13%     
==========================================
  Files          27       27              
  Lines        3100     3106       +6     
  Branches      642      643       +1     
==========================================
+ Hits         2533     2542       +9     
  Misses        347      347              
+ Partials      220      217       -3     
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/_private/marshaller.py 95.77% <94.11%> (-1.29%) ⬇️
src/dbus_fast/glib/message_bus.py 82.37% <0.00%> (+2.04%) ⬆️

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
Copy link
Member Author

bdraco commented Nov 3, 2022

Tested in production 👍

@bdraco bdraco marked this pull request as ready for review November 3, 2022 10:11
@bdraco bdraco merged commit 7d6fb63 into main Nov 3, 2022
@bdraco bdraco deleted the marshaller_headers branch November 3, 2022 10:11
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.

Marshall optimizations
1 participant