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

moonbitlang / core / 4536
94%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 11:00AM UTC
Jobs 1
Files 370
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

30 May 2026 10:59AM UTC coverage: 93.99%. Remained the same
4536

push

github

bobzhang
perf(json): stack-allocate JsonNumberScan via #valtype

scan_json_number builds and returns a five-field JsonNumberScan struct on
every JSON number, used immediately by lex_number_end and discarded. Without
#valtype the native target boxes it as a ~32-byte heap object per call.
Annotating the struct keeps it stack-allocated, eliminating that per-number
allocation (~50% of total alloc bytes in the all-integer json bench).

Split out of the original combined PR per review feedback (1/3).

https://claude.ai/code/session_017MVaMFPQYuvxLCudMEsQr2

14919 of 15873 relevant lines covered (93.99%)

207056.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4536.1 30 May 2026 11:00AM UTC 371
94.0
GitHub Action Run
Source Files on build 4536
  • Tree
  • List 370
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 79db0ded on github
  • Prev Build on main (#4528)
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