Fix #4331 - Fix StringHelpers openstudio::replace #4332
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request overview
Fix #4331 - Fix StringHelpers openstudio::replace
( Fix openstudiocoalition/OpenStudioApplication#332 as well )
I replaced it with boost::replace_all (which in this case acts exactly like boost::replace_all_copy since we take input by value (copy)), since it's considerably faster on larger strings (which is our case since we mostly use it for replacing inside ruby file contents), cf benchmark I wrote on my repo here: jmarrec/CppBenchmarks@c91dbd9
Pull Request Author
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.