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

[Backport release-2.6] Moving coord_string from returning a std::string to std::string_view. #2707

Merged
merged 1 commit into from Dec 9, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 7, 2021

Backport 20f969c from #2704

…#2704)

The coord_string function is used in a lot of performance critical paths.
Moving it to return a string_view as none of these paths benefit from
making a copy of the value.

---
TYPE: IMPROVEMENT
DESC: Moving coord_string from returning a std::string to std::string_view.
@Shelnutt2 Shelnutt2 merged commit 1dfec6c into release-2.6 Dec 9, 2021
@Shelnutt2 Shelnutt2 deleted the backport-2704-to-release-2.6 branch December 9, 2021 13:21
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

2 participants