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

stephenafamo / scan
90%
main: 91%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.9.0
DEFAULT BRANCH: main
Repo Added 26 Dec 2022 07:32PM UTC
Files 10
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

LAST BUILD ON BRANCH scan-plan-once
branch: scan-plan-once
CHANGE BRANCH
x
Reset
  • scan-plan-once
  • fix/close-rows-in-fromrows
  • fix/each-rows-err-check
  • main
  • perf/reuse-row-scan-buffers
  • perf/schedule-scan-by-index
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.4.1
  • refs/tags/v0.4.2
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.6.1
  • refs/tags/v0.6.2
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.9.0
  • revert-3-named-args-v2
  • scan-rowskip

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

Relevant lines Covered
Build:
Build:
690 RELEVANT LINES 623 COVERED LINES
43.24 HITS PER LINE
Source Files on scan-plan-once
  • Tree
  • List 9
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29675134524 scan-plan-once 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 ro... Pull #12 19 Jul 2026 05:37AM UTC sandonemaki github
90.29
See All Builds (65)
  • Repo on GitHub
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