gnucash maint: Minor KVP performance cleanup

Christian Stimming cstim at code.gnucash.org
Sun Jun 24 14:54:56 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/5f46553f (commit)
	from  https://github.com/Gnucash/gnucash/commit/5d80a52e (commit)



commit 5f46553f1fa3133fc1094d138ac669f788f6481d
Author: Christian Stimming <christian at cstimming.de>
Date:   Wed Jun 20 23:03:02 2018 +0200

    Minor KVP performance cleanup
    
    Change some plain string literals to std::string constants, which helps
    avoiding typos and also saves some string constructors/destructors
    in the KVP lookup. Nevertheless the functions in Account.cpp do not
    contribute that much to the overall UI speed, but whatever.



Summary of changes:
 libgnucash/engine/Account.cpp | 57 +++++++++++++++++++++++--------------------
 1 file changed, 31 insertions(+), 26 deletions(-)



More information about the gnucash-patches mailing list