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: improve unmarshall performance #199

Merged
merged 6 commits into from
Apr 21, 2023
Merged

feat: improve unmarshall performance #199

merged 6 commits into from
Apr 21, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Apr 20, 2023

This works out to ~3.7% speed up against the unmarshall performance test

@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.16 ⚠️

Comparison is base (9c6a472) 82.47% compared to head (134abd7) 82.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
- Coverage   82.47%   82.31%   -0.16%     
==========================================
  Files          27       27              
  Lines        3167     3167              
  Branches      654      654              
==========================================
- Hits         2612     2607       -5     
- Misses        340      343       +3     
- Partials      215      217       +2     
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/_private/unmarshaller.py 96.46% <100.00%> (ø)

... and 1 file with indirect coverage changes

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco
Copy link
Member Author

bdraco commented Apr 21, 2023

tested in production with bleak

@bdraco bdraco marked this pull request as ready for review April 21, 2023 00:31
@bdraco bdraco merged commit 3dc98be into main Apr 21, 2023
@bdraco bdraco deleted the unmarshall_performance branch April 21, 2023 00:31
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