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

ben-manes / caffeine / 1429
100%

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

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.

4149 of 4392 relevant lines covered (94.47%)

0.94 hits per line

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