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

petbox-dev / tafra / 23698221333
95%

Build:
DEFAULT BRANCH: main
Ran 29 Mar 2026 01:03AM UTC
Jobs 1
Files 6
Run time 1min
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

29 Mar 2026 01:02AM UTC coverage: 94.681%. Remained the same
23698221333

push

github

web-flow
Hash table refactor and performance improvements (#26)

* refactor: consolidate hash table construction and probing

This refactor was executed by the Claude Opus 4.6 LLM under human
direction. Tests pass, etc. but I wouldn't bet a kidney on it.

The goal is to remove duplicated and nearly-duplicated hash probing and
hash table construction logic. The chosen approach is to use callback
functions and rely on the optimizer to inline these appropriately.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* performance: remove forward chaining in hash join

This change was executed by the Claude Opus 4.6 LLM under human
direction. Tests pass, etc. but I wouldn't bet a spleen on it.

This commit replaces the forward-chaining approach used in the
accelerated hash join implementation with a two-pass approach for
building a contiguous array of right-side row indices sorted by
left-side row index.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: David S. Fulford <dfulford@eivcapital.com>

1602 of 1692 relevant lines covered (94.68%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23698221333.1 29 Mar 2026 01:03AM UTC 6
94.68
GitHub Action Run
Source Files on build 23698221333
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23698221333
  • 03352c4d on github
  • Prev Build on main (#23695947661)
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