-
-
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: speed up unmarshall performance #71
Conversation
Reuse the object to keep processing the stream instead of creating a new one for each message
Reuse the object to keep processing the stream instead of creating a new one for each message
Reuse the object to keep processing the stream instead of creating a new one for each message
Codecov ReportBase: 81.02% // Head: 81.28% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #71 +/- ##
==========================================
+ Coverage 81.02% 81.28% +0.25%
==========================================
Files 25 25
Lines 2899 2928 +29
Branches 568 569 +1
==========================================
+ Hits 2349 2380 +31
+ Misses 339 338 -1
+ Partials 211 210 -1
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. |
Reuse the object to keep processing the stream instead of creating a new one for each message
Reuse the object to keep processing the stream instead
of creating a new one for each message
7% speed up in unmarshalling performance
5% speed up in processing subsequent messages