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

ben-manes / caffeine / 1430 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 18 Oct 2015 03:02AM UTC
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

18 Oct 2015 02:25AM UTC coverage: 94.513% (+0.05%) from 94.467%
TERM=dumb

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

Source Files on job 1430.1 (TERM=dumb)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1430
  • Travis Job 1430.1
  • b4818708 on github
  • Prev Job for TERM=dumb on master (#1429.1)
  • Next Job for TERM=dumb on master (#1432.1)
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