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 unmarshaller read_array #37

Merged
merged 4 commits into from
Sep 25, 2022
Merged

feat: speed up unmarshaller read_array #37

merged 4 commits into from
Sep 25, 2022

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Sep 25, 2022

closes #36

@codecov
Copy link

codecov bot commented Sep 25, 2022

Codecov Report

Base: 81.03% // Head: 80.96% // Decreases project coverage by -0.06% ⚠️

Coverage data is based on head (37418f4) compared to base (db436b7).
Patch coverage: 94.23% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   81.03%   80.96%   -0.07%     
==========================================
  Files          24       24              
  Lines        2863     2869       +6     
  Branches      624      626       +2     
==========================================
+ Hits         2320     2323       +3     
- Misses        332      335       +3     
  Partials      211      211              
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/signature.py 58.47% <0.00%> (-0.77%) ⬇️
src/dbus_fast/_private/unmarshaller.py 95.74% <98.00%> (-0.93%) ⬇️

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 merged commit 18ea18d into main Sep 25, 2022
@bdraco bdraco deleted the speed_up_read_array branch September 25, 2022 17:50
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.

Array unpacking
1 participant