Hi All,
I was wondering. What is the best way to load static data into memory? We're developing a star viewer for the iPhone. We currently load all star data into memory via XML parsing. And with approximately 10000 stars our application, launch time is well over 30 seconds. We would like to bring down the launch time significantly.
I already tried parsing the data with the XMLParser class from Alan Quatermain. (
StreamingXMLParser at master from AlanQuatermain's aqtoolkit - GitHub ). But unfortunately this only slowed things down.
If you know a way to load the data much faster I would love to hear it. Thanks in advance.