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

ben-manes / caffeine / 1244
100%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2015 03:32AM 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
1244

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.

4176 of 4398 relevant lines covered (94.95%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1244.1 (TERM=dumb) 31 Aug 2015 03:32AM UTC 0
94.95
Travis Job 1244.1
Source Files on build 1244
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1244
  • 52048758 on github
  • Prev Build on master (#1243)
  • Next Build on master (#1245)
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