Utility: use Corrade String and StringView in ConfigurationValue#146
Utility: use Corrade String and StringView in ConfigurationValue#146hugoam wants to merge 1 commit intomosra:masterfrom
Conversation
0b68fd3 to
ac25b38
Compare
ac25b38 to
7c05208
Compare
Codecov Report
@@ Coverage Diff @@
## master #146 +/- ##
==========================================
+ Coverage 97.92% 97.94% +0.01%
==========================================
Files 132 133 +1
Lines 10749 10746 -3
==========================================
- Hits 10526 10525 -1
+ Misses 223 221 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Hi and sorry for a late reply -- I've been away last week and only now catching up to everything. This makes sense in general, and especially the new Oh, or is it just due to (For the rest, I feel it wouldn't really improve anything until |
Yes, exactly, that was the low hanging fruit I was trying to tackle to improve compile times as those are some pretty commonly included headers, and have them drag in |
|
Done! Leaving the PRs open, will merge the rest once I get to cleaning up |
Hello !
We're trying to optimize our compile times and I noticed that
StlForwardString.his actually very heavy on MSVC because it just directly includes<string>, so I thought let's go and try to clean upConfigurationValue.I'll open the associated Magnum PR right away. Let me know if I'm going at this correctly 😅