Startup speed

Jonathan Kamens jik at kamens.us
Sun Jun 23 11:18:51 EDT 2013


On 06/21/2013 10:04 PM, R. Victor Klassen wrote:
> I find it hard to believe that reading the data file is the bottleneck.
It's not the "reading" of the data file, in the sense of the time 
required to read the bytes from disk, that is the bottleneck. Rather, 
it's "reading" the data in the sense of all of the processing that is 
done while it is being read in. That includes parsing the XML, building 
up all of the internal data structures to hold the data, and doing all 
the consistency checking required to verify the data while it is being read.

   jik


More information about the gnucash-user mailing list