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

ben-manes / caffeine / #3319
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 25 Sep 2022 01:19AM UTC
Jobs 1
Files 77
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
#3319

push

github-actions

ben-manes
optimize the countmin sketch to the cache line (wip)

Previously the frequency sketch was flat, so that ideally the counters
would be on randomly different array indexes. This uniformly spread the
counters to minimize the collision error, but also meant additional
memory accesses as unpredictable lookups. By constraining an item to a
64 byte cache line, a 1-2 accesses (depending on alignment) serves all
four of the counters.

7390 of 7500 relevant lines covered (98.53%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #3319.1 25 Sep 2022 01:19AM UTC 0
98.53
Source Files on build #3319
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3319
  • 18f51c83 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc