How much more efficient is it to save data in a long text string, rather than a list. I'm using it to save some information about every player who logs in (it will be cleared periodically, but not often enough to prevent it from getting really long)
If I'm saving, say 4 or 5 variables about each player (or even 2 or 3), is it worthwhile to use the text approach, even if it's a little more work?
|
||||||||||||||||||||