-
Notifications
You must be signed in to change notification settings - Fork 108
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
Utility: use Corrade String and StringView in ConfigurationValue #146
base: master
Are you sure you want to change the base?
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.h
is 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 😅