Optimize: Reduce memory consumption of RowData for TreeModel by ~20%.
authorMilian Wolff <mail@milianw.de>
Sun, 6 Dec 2015 16:46:18 +0000 (17:46 +0100)
committerMilian Wolff <mail@milianw.de>
Sun, 6 Dec 2015 16:46:18 +0000 (17:46 +0100)
commitc8d8768011e8923542a9e56c056edd8b42578c78
tree4feceae005a117d46602f50d520ca146a90274ea
parent95b93675275222c47d4b4ce7d609ebd6b7455084
Optimize: Reduce memory consumption of RowData for TreeModel by ~20%.

By interning the common LocationData we can save quite some memory
for large data sets. Still, the large tree is still easily hogging
up gigabytes of memory...
gui/flamegraph.cpp
gui/parser.cpp
gui/treemodel.cpp
gui/treemodel.h