Skip to content

fix: Avoid allocation in the stringifyValue - #3292

Merged
gmlewis merged 1 commit into
google:masterfrom
alexandear-org:fix/avoid-alloc-stringify
Sep 26, 2024
Merged

fix: Avoid allocation in the stringifyValue#3292
gmlewis merged 1 commit into
google:masterfrom
alexandear-org:fix/avoid-alloc-stringify

Conversation

@alexandear

Copy link
Copy Markdown
Contributor

The PR refactors implementation of the stringifyValue function.

w.Write([]byte("<nil>")) may allocate, better is to use w.WriteString("<nil>")

@gmlewisgmlewis added the NeedsReview PR is awaiting a review before merging. label Sep 25, 2024

@gmlewisgmlewis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @alexandear !
LGTM.

Awaiting second LGTM+Approval from any other contributor to this repo before merging.

@codecov

codecovBot commented Sep 25, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.97%. Comparing base (2b8c7fa) to head (47271cf).
Report is 123 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #3292 +/- ##
==========================================
- Coverage 97.72% 92.97% -4.75% 
==========================================
Files 153 171 +18 Lines 13390 11715 -1675 ==========================================
- Hits 13085 10892 -2193 - Misses 215 729 +514 - Partials 90 94 +4 

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

@air-handair-hand left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gmlewisgmlewis removed the NeedsReview PR is awaiting a review before merging. label Sep 26, 2024
@gmlewis

Copy link
Copy Markdown
Collaborator

Thank you, @air-hand !
Merging.

@gmlewis
gmlewis merged commit eafd379 into google:masterSep 26, 2024
@alexandear
alexandear deleted the fix/avoid-alloc-stringify branch September 26, 2024 13:05
gmlewis pushed a commit that referenced this pull request Oct 1, 2024
jlaportebot added a commit to jlaportebot/go-github that referenced this pull request Jun 28, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@alexandear@gmlewis@air-hand