Re: [GNC-dev] More need for speed improvement around XML

2018-12-29 Thread Christian Stimming
Am Samstag, 29. Dezember 2018, 01:45:32 CET schrieb John Ralls: > > When saving to XML file, for each transaction the call stack with the > > expensive code walks down like this: > > > > gnc_transaction_dom_tree_create > > add_time64 > > time64_to_dom_tree > > gnc_print_time64 > > GncDateTime::for

Re: [GNC-dev] More need for speed improvement around XML

2018-12-29 Thread John Ralls
> On Dec 29, 2018, at 2:16 PM, Christian Stimming > wrote: > > Am Samstag, 29. Dezember 2018, 01:45:32 CET schrieb John Ralls: >>> When saving to XML file, for each transaction the call stack with the >>> expensive code walks down like this: >>> >>> gnc_transaction_dom_tree_create >>> add_ti