Which Data Structure should I use?

Apr 27, 2016 at 1:08pm
I want to create a data structure that keeps records of users in an online game. I want them to be indexed and looked up via their usernames. Which one should I use for the best efficiency



Apr 27, 2016 at 1:33pm
Do you have what it takes to make an online game? Anyway, databases are usually fast, and used for this kind of things.
Topic archived. No new replies allowed.