Skip to content

Dispatch to specific strconv formatters rather than %v for printing flag/arg types#215

Merged
FollowTheProcess merged 3 commits intomainfrom
perf/flags
Apr 30, 2026
Merged

Dispatch to specific strconv formatters rather than %v for printing flag/arg types#215
FollowTheProcess merged 3 commits intomainfrom
perf/flags

Conversation

@FollowTheProcess
Copy link
Copy Markdown
Owner

  • No longer use '%v' formatting, dispatch to faster, more specific strconv formatters
  • Use the strings.Builder unsafe trick

Summary

@FollowTheProcess FollowTheProcess added the performance Performance label Apr 30, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.98%. Comparing base (cdb5dbf) to head (5974d35).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #215      +/-   ##
==========================================
+ Coverage   86.21%   86.98%   +0.76%     
==========================================
  Files           8        8              
  Lines        1480     1552      +72     
==========================================
+ Hits         1276     1350      +74     
+ Misses        149      148       -1     
+ Partials       55       54       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@FollowTheProcess FollowTheProcess merged commit 797a802 into main Apr 30, 2026
9 checks passed
@FollowTheProcess FollowTheProcess deleted the perf/flags branch April 30, 2026 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant