sctp icon indicating copy to clipboard operation
sctp copied to clipboard

Optimize payload queue for write path

Open sukunrt opened this issue 1 year ago • 1 comments

Follow up to #319 This optimizes the payload Queue for the write path by doing sorted inserts to the tsns slice.

sukunrt avatar Apr 01 '24 11:04 sukunrt

Codecov Report

Attention: Patch coverage is 78.94737% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 80.76%. Comparing base (c04adbf) to head (278dfbb).

Files Patch % Lines
payload_queue.go 77.77% 2 Missing and 2 partials :warning:
Additional details and impacted files
@@                Coverage Diff                @@
##           chunk-tracker     #320      +/-   ##
=================================================
+ Coverage          80.63%   80.76%   +0.13%     
=================================================
  Files                 50       50              
  Lines               4280     4211      -69     
=================================================
- Hits                3451     3401      -50     
+ Misses               682      663      -19     
  Partials             147      147              
Flag Coverage Δ
go 80.76% <78.94%> (+0.13%) :arrow_up:
wasm 67.22% <78.94%> (-0.09%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Apr 01 '24 11:04 codecov[bot]