Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace uses of write! with write_str and write_fmt #699

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented Feb 13, 2024

write! with a single string argument is not properly optimized and using
write_str generates better code:
serde-rs/serde#2697
rust-lang/rust#121001

write! with a single string argument is not properly optimized and using
write_str generates better code:
serde-rs/serde#2697
rust-lang/rust#121001
@jonasbb jonasbb merged commit 450c22c into master Feb 13, 2024
18 checks passed
@jonasbb jonasbb deleted the remote-write branch February 13, 2024 22:57
Sign up for free to 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.

None yet

1 participant