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 unmarshalling performance #18

Merged
merged 1 commit into from
Sep 10, 2022
Merged

feat: improve unmarshalling performance #18

merged 1 commit into from
Sep 10, 2022

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Sep 10, 2022

No description provided.

@codecov
Copy link

codecov bot commented Sep 10, 2022

Codecov Report

Merging #18 (914b800) into main (aee3da9) will increase coverage by 0.02%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   72.38%   72.41%   +0.02%     
==========================================
  Files          24       24              
  Lines        2796     2799       +3     
  Branches      602      602              
==========================================
+ Hits         2024     2027       +3     
  Misses        587      587              
  Partials      185      185              
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/_private/unmarshaller.py 94.76% <100.00%> (+0.03%) ⬆️
src/dbus_fast/message.py 95.50% <100.00%> (+0.05%) ⬆️
src/dbus_fast/signature.py 57.39% <100.00%> (+0.18%) ⬆️
src/dbus_fast/validators.py 83.33% <100.00%> (ø)

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

@bdraco bdraco changed the title feat: improve performance feat: improve unmarshalling performance Sep 10, 2022
@bdraco bdraco marked this pull request as ready for review September 10, 2022 02:13
@bdraco bdraco merged commit 4362b93 into main Sep 10, 2022
@bdraco bdraco deleted the unmarsh_pass_2 branch September 10, 2022 02: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