Quote:
Originally Posted by Tigairius
Because large strings really shouldn't be stored on the player anyways, it can lead some problems because more data has to be stored & accessed. It's much better to only access it when you need it due to the fact that strings are stored in memory.
|
Yes, but in some circumstances you're going to have more data... I'd just rather compress it all into one string rather than having tons of single flags.