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

moonbitlang / core / 4125
94%

Build:
DEFAULT BRANCH: main
Ran 04 May 2026 01:24PM UTC
Jobs 1
Files 364
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

04 May 2026 01:22PM UTC coverage: 94.577% (+0.004%) from 94.573%
4125

push

github

bobzhang
perf(sorted_map): single-pass update_or_default

Previous implementation did get followed by set, which traversed the AVL
tree twice. Add a private update_or_default_node helper that mirrors
add_node but applies f when the key is found and inserts default
otherwise — one descent, in-place value mutation on hit, normal insert +
rebalance on miss. ~2x reduction in node visits for the counter pattern.

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

12 of 12 new or added lines in 1 file covered. (100.0%)

14877 of 15730 relevant lines covered (94.58%)

218152.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4125.1 04 May 2026 01:24PM UTC 365
94.59
GitHub Action Run
Source Files on build 4125
  • Tree
  • List 364
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1f5d2a9c on github
  • Prev Build on main (#4122)
  • Next Build on main (#4127)
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