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 unmarshalling by skipping unused unix_fds header #246

Merged
merged 2 commits into from
Sep 10, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Sep 10, 2023

We would always remove it so we should skip it instead

We would always remove it so we should skip it instead
@codecov
Copy link

codecov bot commented Sep 10, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04% 🎉

Comparison is base (da30b04) 83.26% compared to head (2e5f2fa) 83.30%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #246      +/-   ##
==========================================
+ Coverage   83.26%   83.30%   +0.04%     
==========================================
  Files          28       28              
  Lines        3256     3258       +2     
  Branches      676      677       +1     
==========================================
+ Hits         2711     2714       +3     
+ Misses        330      329       -1     
  Partials      215      215              
Files Changed Coverage Δ
src/dbus_fast/_private/unmarshaller.py 94.97% <100.00%> (+0.26%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco bdraco changed the title feat: skip unix_fds header when unmarshalling feat: speed up unmarshalling by skipping unused unix_fds header Sep 10, 2023
@bdraco bdraco marked this pull request as ready for review September 10, 2023 20:13
@bdraco bdraco merged commit 5f5a150 into main Sep 10, 2023
@bdraco bdraco deleted the unix_fds_skip branch September 10, 2023 20:13
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