Quote:
Original post by Think128
Isn't loading things from a zip file slow?
Repeated yes, as is loading anything repeatedly. The trick is to load once and store into memory. Other than that, not really - loading via .dll's are said to be slow, but you can't really tell the performance difference. Now if you had a huge zip file - you would need an optimized system, but as before, if you have a huge files to begin with - your not adding too much overhead.