-
-
Notifications
You must be signed in to change notification settings - Fork 13
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: optimize signature readers for most common messages #107
Conversation
bdraco
commented
Oct 13, 2022
•
edited
Loading
edited
- Add specific paths for the 2 most common message types
- Drop all the cast complexity as we can do just as well with cython bytearray
- Works out to ~25% speed up testing on my M1 mac and ~29% speed up on the odroid n2+
- closes Only two high volume body in the whole stack #106
Codecov ReportBase: 81.52% // Head: 81.19% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #107 +/- ##
==========================================
- Coverage 81.52% 81.19% -0.34%
==========================================
Files 26 26
Lines 2994 2988 -6
Branches 578 577 -1
==========================================
- Hits 2441 2426 -15
- Misses 340 346 +6
- Partials 213 216 +3
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. |