Hi, In my app I need to unzip a big file (~200mb) when the application run for the first time after installation. The first version of the app, currently on the appstore, uses an external static lib, which perform very well. To do the unzip job on the iPhone4 it takes ~1min. acceptable.
Due to my recent porting of the app on the "android side" with M4A, I decided to use SharpZipLib for zip/unzip the file. This because I want to have less code to mantain. Infact SharpZipLib runs fine either on MT and M4A. The problem is that SharpZipLib is performing very BAD! On HTC Desire it takes +15min to unzip a 200mb file. Any hint or suggestion to accomplish this task quickly using SharpZipLib or any other zip library? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/SharpZipLib-performances-tp5636943p5636943.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid