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

stephenafamo / scan / 29675134524
90%
main: 91%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.9.0
DEFAULT BRANCH: main
Ran 19 Jul 2026 05:37AM UTC
Jobs 1
Files 9
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

19 Jul 2026 05:32AM UTC coverage: 90.29% (+0.7%) from 89.596%
29675134524

Pull #12

github

sandonemaki
perf: reuse the per-query link and destination buffers across rows

scanOneRow calls before/scan/after strictly in sequence for each row,
and the mapper factory runs once per query, so per-query closures can
carry buffers that are reused across rows — the same reasoning behind
the links slice in Mod and the scan-destination buffers in Row.

Reuse the allOptions destinations slice (and its boxed interface
value) across rows, and carry the regular path's row value in a small
reusable holder instead of boxing a new interface value on every row.

This removes two allocations per row from the allOptions path and one
from the regular path.
Pull Request #12: perf: build the struct mapping plan once per query, not once per row

87 of 87 new or added lines in 2 files covered. (100.0%)

623 of 690 relevant lines covered (90.29%)

43.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29675134524.1 19 Jul 2026 05:37AM UTC 9
90.29
GitHub Action Run
Source Files on build 29675134524
  • Tree
  • List 9
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #12
  • PR Base - main (#29637173881)
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