Revision 4be5dad...
Go back to digest for 18th March 2012Optimization in Development Tools
Milian Wolff committed changes in [massif-visualizer] /:
optimize: leverage implitic QByteArray sharing to further reduce memory consumption
store labels on first encounter in a QHash and reuse copies of
the labels there, which are just shallow, implicitly shared copies.
further decreases the memory consumption considerably for my test case,
where the consumption goes down by about 50%.
Many thanks to André Wöbbeking for the suggestion.
File Changes
Modified 2 files
- massifdata/parserprivate.cpp
- massifdata/parserprivate.h
2 files changed in total