On 14 April 2011 20:43, Paul <[email protected]> wrote: > Ah, I see, create a kind of mapping from String -> float, and first > check the mapping before performing the conversion? >
Try to go as simple as possible. The less logic the faster is would possibly go. How is your data modified? By just adding new entries in time? In portions? Can you separate each portion? Can you try to use timestamp to find out when previous conversion ended? Can you have more smaller files instead of one big? And finally? Can't you drop XML and have your sorce data in other format so you could drop the need of conversion completely? Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twitter<http://webnetmobile.com/twitter/> * -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

