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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 24 Sep 2022 09:45PM 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
#3318

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 #3318.1 24 Sep 2022 09:45PM UTC 0
98.53
Source Files on build #3318
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3318
  • 6d8b9701 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