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

xiph / rav1e / 2102
86%

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

pending completion
2102

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.

5 of 5 new or added lines in 1 file covered. (100.0%)

9423 of 11582 relevant lines covered (81.36%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2102.1 13 Jan 2019 07:32PM UTC 0
81.36
Travis Job 2102.1
Source Files on build 2102
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2102
  • 8503cea4 on github
  • Prev Build on master (#2101)
  • Next Build on master (#2107)
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