-
Notifications
You must be signed in to change notification settings - Fork 37.7k
univalue: Avoid std::string copies #25714
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
The head ref may contain hidden characters: "2207-univalue-types-\u{1F649}"
Conversation
cc @martinus |
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsNo conflicts as of last run. |
fad7b66
to
fa2ceb5
Compare
fa2ceb5
to
fa67d7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review ACK fa67d7c. Left some minor suggestions, not important
fae9c86
to
fa61fd6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK fa61fd6
fa61fd6
to
fa09525
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reACK fa09525
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review ACK fa09525
Code review ACK fa09525 |
This shouldn't matter too much, unless a really large string is pushed into a json struct, but I think it also clarifies the code.