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

ben-manes / caffeine / 1271
100%

Build:
DEFAULT BRANCH: master
Ran 14 Sep 2015 07:29AM UTC
Jobs 1
Files 67
Run time 6min
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
1271

push

travis-ci

ben-manes
Add 4-bit CountMinSketch variant for TinyLfu

This reduces the memory overhead to 1/16th of the regular size, allowing
a long[512] array to represent the sketch. This compact form requires a
little more bit manipulation for estimating and increment the counters,
but also reduces the cost of the reset operation by performing 16 resets
per iteration. The effect of the reduced size is a loss of 1% to the hit
rate compared to the more accurate 64-bit version.

4174 of 4407 relevant lines covered (94.71%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1271.1 (TERM=dumb) 14 Sep 2015 07:29AM UTC 0
94.71
Travis Job 1271.1
Source Files on build 1271
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1271
  • 8d05c51b on github
  • Prev Build on master (#1270)
  • Next Build on master (#1273)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc