On Tue, Apr 12, 2011 at 6:15 AM, Matt Wilkie <[email protected]> wrote:
> My first thought on reading this was "hey, what about binary xml?". Apart from my personal dislike of binary xml (I worked with it for several years in context of SyncML), I don't see any advantages w/ it over sqlite database. Database is likely to have great benefits in indexing, speed of random access as well as overall speed (esp. inserting new nodes, deleting old ones without rewriting the whole file). The killer is memory use when looking up data. I want to have the minimum amount of data in memory needed to show current state. I won't even read in body nodes until the user wants to show the body. Importantly sqlite is available everywhere I care about (Qt and Python). -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
