On Friday, February 25, 2011 12:05:41 am Timothy Mott wrote: > Is there anything I can do to speed up the program? It took me ages to > add a collection of cards, and now it's taking even longer to delete > them. I've been waiting over 3 hours and have no idea how much longer > it will take. At the very least, a progress indicator might be useful.
Importing a huge xml file is indeed something that can take a long time, because in 1.x, the xml parser we use is not the fastest on the block. I plan to rework the xml import for the 2.x series, but it will probably not be for 2.0. Cheers, Peter -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" 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/mnemosyne-proj-users?hl=en.
