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

ben-manes / caffeine / 1430
100%

Build:
DEFAULT BRANCH: master
Ran 18 Oct 2015 03:02AM UTC
Jobs 1
Files 61
Run time 3s
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
1430

push

travis-ci

ben-manes
Add variation that segments eden and main spaces

The ideas behind these two policies is that we can use a better
strategy than LRU for the W-TinyLfu spaces. The best O(1) policy that
does not use non-resident entries is Segmented Lru, which protects
entries that have multiple accesses within a short time window.

If we can present to TinyLfu the best candidates to chose between,
we can make its admission more effective. It also lets us protect
ourselves from TinyLfu making a poor decision, which the window
mostly resolves.

The results is that segmenting the main space seems to have a 0-2%
improvement to the hit rate. Further segmenting the eden space
seems to be a slight penalty rather than improvement.

4151 of 4392 relevant lines covered (94.51%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1430.1 (TERM=dumb) 18 Oct 2015 03:02AM UTC 0
94.51
Travis Job 1430.1
Source Files on build 1430
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1430
  • b4818708 on github
  • Prev Build on master (#1429)
  • Next Build on master (#1432)
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