Hey. Right now in my game (online) I'm using std::vectors to store player info.
Should I continue to use them (I hate having to loop thru them each time to find a player) or should I use MySQL to hold player information (like map their on, nickname, id, position, etc.)?