My application read a lot of information from csv files using CHCSVParser. after I sort this big number of string and display them. It takes more than 10 seconds. In android version programmer make this loading faster using serialization. Is there similar thinlike serialization for iOS? how to make this loading + sorted display faster?