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

xiph / rav1e / 2102 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 13 Jan 2019 07:32PM UTC
Files 28
Run time 1s
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

13 Jan 2019 06:44PM UTC coverage: 81.359%. Remained the same
2102.1

push

travis-ci

lu-zero
Store restoration units contiguously

The "matrix" of restoration units was stored in a vector of vectors.

To avoids an additional indirection for each row, store them in a
contiguous array instead. Besides the (theoretical) performance benerit
for every access, this will simplify the implementation of tiled-views
which have to expose non-overlapping parts of the "matrix" via unsafe
code.

Also, since its size is constant (although not known at compile-time),
replace the vector by a boxed slice.

9423 of 11582 relevant lines covered (81.36%)

0.81 hits per line

Source Files on job 2102.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 412
  • Travis Job 2102.1
  • 8503cea4 on github
  • Prev Job for on master (#2101.1)
  • Next Job for on master (#2107.1)
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

© 2026 Coveralls, Inc