• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pions / srtp
41%
master: 41%

Build:
Build:
LAST BUILD BRANCH: optimize-new-ctr
DEFAULT BRANCH: master
Repo Added 28 Jan 2019 02:51AM UTC
Files 13
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH optimize-write-rtp
branch: optimize-write-rtp
CHANGE BRANCH
x
Reset
  • optimize-write-rtp
  • 10--fix-out-of-bounds-access
  • constant-time-compare
  • issue-3
  • keying
  • master
  • optimize-generate-counter
  • optimize-new-ctr
  • optimize-session-auth-tag
  • read-buffer
  • session-alloc
  • update-rtcp
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.0.4
  • v1.1.0
  • v1.1.1
  • write-batch

pending completion
99

Pull #14

travis-ci

web-flow
Optimize WriteRTP

The old EncryptRTP API causes an extra header Unmarshal and payload
Marshal. By passing the `*rtp.Packet` through the stack, we're able to
avoid both of these.

There was also an extra reallocation caused by using append.

```
name                 old time/op  new time/op  delta
EncryptRTP-8         1.94µs ± 3%  1.94µs ± 3%    ~
EncryptRTPInPlace-8  1.89µs ± 3%  1.89µs ± 4%    ~
DecryptRTP-8         1.80µs ± 3%  1.83µs ± 7%    ~
Write-8              1.95µs ± 8%  1.93µs ± 1%    ~
WriteRTP-8           2.11µs ± 6%  2.01µs ± 8%  -4.71%
```
Pull Request #14: Optimize WriteRTP

21 of 21 new or added lines in 3 files covered. (100.0%)

310 of 764 relevant lines covered (40.58%)

10.49 hits per line

Relevant lines Covered
Build:
Build:
764 RELEVANT LINES 310 COVERED LINES
10.49 HITS PER LINE
Source Files on optimize-write-rtp
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
99 optimize-write-rtp Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... Pull #14 08 Mar 2019 05:01AM UTC web-flow travis-ci pending completion  
98 optimize-write-rtp Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... push 08 Mar 2019 05:01AM UTC kixelated travis-ci pending completion  
97 optimize-write-rtp Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... Pull #14 08 Mar 2019 04:57AM UTC web-flow travis-ci pending completion  
96 optimize-write-rtp Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... push 08 Mar 2019 04:56AM UTC kixelated travis-ci pending completion  
88 optimize-write-rtp Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... push 07 Mar 2019 08:19PM UTC kixelated travis-ci pending completion  
89 optimize-write-rtp Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... Pull #14 07 Mar 2019 08:19PM UTC web-flow travis-ci pending completion  
87 optimize-write-rtp Avoid changing the API; just focus on performance I want to make breakkking changes but have to have some restraint. Pull #14 07 Mar 2019 08:17PM UTC web-flow travis-ci pending completion  
86 optimize-write-rtp Avoid changing the API; just focus on performance I want to make breakkking changes but have to have some restraint. push 07 Mar 2019 08:16PM UTC kixelated travis-ci pending completion  
68 optimize-write-rtp Optimize WriteRTP and new interface The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by us... Pull #14 05 Mar 2019 12:41AM UTC web-flow travis-ci pending completion  
67 optimize-write-rtp Optimize WriteRTP and new interface The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by us... push 05 Mar 2019 12:40AM UTC kixelated travis-ci pending completion  
See All Builds (96)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc