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

ben-manes / caffeine / 1243
100%

Build:
DEFAULT BRANCH: master
Ran 30 Aug 2015 09:12PM UTC
Jobs 1
Files 67
Run time 2s
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
1243

push

travis-ci

ben-manes
Add EdenQueue policy inspired by 2Q + TinyLfu

An eden space captures newly added entries and TinyLfu determines if they
are promoted to the main space when eden is full. This allows transient
data to pass through the cache and highly temporal entries to stay hot
in the eden queue. The non-resident trace is maintained as part of
TinyLfu's history rather than a separate queue. This approach takes
advantage of TinyLfu's strong hit rate by resolving its inability to
handle short-term temporal entries.

This replaces the victim cache experiments which were based on similar
ideas, but were not as efficient.

4172 of 4398 relevant lines covered (94.86%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1243.1 (TERM=dumb) 30 Aug 2015 09:12PM UTC 0
94.86
Travis Job 1243.1
Source Files on build 1243
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1243
  • a006f38b on github
  • Prev Build on master (#1242)
  • Next Build on master (#1244)
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