[Gammaray-commits] [KDAB/GammaRay] 114abf: Avoid two allocations and locale-aware number to s...
Volker Krause
volker.krause at kdab.com
Wed Apr 26 16:28:36 CEST 2017
Branch: refs/heads/master
Home: https://github.com/KDAB/GammaRay
Commit: 114abf70cb7f67afde39b04662b48b2688d85481
https://github.com/KDAB/GammaRay/commit/114abf70cb7f67afde39b04662b48b2688d85481
Author: Volker Krause <volker.krause at kdab.com>
Date: 2017-04-26 (Wed, 26 Apr 2017)
Changed paths:
M core/util.cpp
Log Message:
-----------
Avoid two allocations and locale-aware number to string conversion
This method is called often enough to show up in heaptrack due to this.
Commit: 3b5ec0fc196d94781e83b40c533435a365c898ba
https://github.com/KDAB/GammaRay/commit/3b5ec0fc196d94781e83b40c533435a365c898ba
Author: Volker Krause <volker.krause at kdab.com>
Date: 2017-04-26 (Wed, 26 Apr 2017)
Changed paths:
M core/remote/remotemodelserver.cpp
M core/remote/remotemodelserver.h
Log Message:
-----------
Avoid making a deep copy of the item data map while filtering
Compare: https://github.com/KDAB/GammaRay/compare/e01a339358fb...3b5ec0fc196d
More information about the Gammaray-commits
mailing list