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

moonbitlang / core / 3138 / 1
95%
main: 95%

Build:
DEFAULT BRANCH: main
Ran 23 Mar 2026 09:12AM UTC
Files 321
Run time 7s
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

23 Mar 2026 09:11AM UTC coverage: 95.749% (+0.002%) from 95.747%
3138.1

push

github

bobzhang
perf(string): delay StringBuilder allocation in Regex::replace_by

replace_by was always creating a StringBuilder and materializing a
new string, even when the regex didn't match anything. For large
input strings with no matches, this turned a cheap check into an
O(n) copy.

Fix: delay buffer creation until the first match is found. When
there are no matches, return the original string view directly
without any allocation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

13853 of 14468 relevant lines covered (95.75%)

175693.79 hits per line

Source Files on job 3138.1
  • Tree
  • List 321
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3138
  • 5c8bcb4a on github
  • Prev Job for on main (#3134.1)
  • Next Job for on main (#3149.1)
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