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: add optimized reader for uint16 #121

Merged
merged 10 commits into from
Oct 29, 2022
Merged

feat: add optimized reader for uint16 #121

merged 10 commits into from
Oct 29, 2022

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 28, 2022

This is a 14% speed up processing ManufacturerData

@bdraco bdraco marked this pull request as draft October 28, 2022 23:25
@codecov
Copy link

codecov bot commented Oct 28, 2022

Codecov Report

Base: 81.34% // Head: 81.50% // Increases project coverage by +0.15% 🎉

Coverage data is based on head (50992f5) compared to base (5b32072).
Patch coverage: 92.10% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
+ Coverage   81.34%   81.50%   +0.15%     
==========================================
  Files          27       27              
  Lines        3024     3050      +26     
  Branches      582      587       +5     
==========================================
+ Hits         2460     2486      +26     
+ Misses        349      343       -6     
- Partials      215      221       +6     
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/_private/unmarshaller.py 94.31% <94.59%> (-0.20%) ⬇️
src/dbus_fast/message_bus.py 71.00% <0.00%> (-0.38%) ⬇️
src/dbus_fast/signature.py 58.95% <0.00%> (+1.74%) ⬆️

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 marked this pull request as ready for review October 29, 2022 04:24
@bdraco bdraco merged commit 52881d9 into main Oct 29, 2022
@bdraco bdraco deleted the mfr_data branch October 29, 2022 04:24
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