Save memory by keeping file strings shared.
authorMilian Wolff <milian.wolff@kdab.com>
Mon, 10 Aug 2015 16:28:54 +0000 (18:28 +0200)
committerMilian Wolff <milian.wolff@kdab.com>
Mon, 10 Aug 2015 16:28:54 +0000 (18:28 +0200)
commit9e69f6e98464e5e7e26283d46c3c78b103218983
tree50083c20989d516cf99b7932d82a57d1a0af6288
parentbb4fae3046f1ae49c6170e7d8fbe83404aba45d8
Save memory by keeping file strings shared.

Before, we detached when we concatenated the string number, leading
to excessive memory consumption in large data files.
gui/bottomupmodel.cpp
gui/bottomupmodel.h
gui/mainwindow.cpp
gui/parser.cpp