View Single Post
connoisseur
Senior Member
Join Date: Jan 2012
Old 03-09-2014 , 09:35   Re: [HELP] Optimum way to read a file
Reply With Quote #6

Quote:
Originally Posted by Kiske View Post
Reading a file whenever a user connect is a poor way in this case.
You can use a trie instead of an array.
Yep. Applied both trie and array combination. I saw Advanced Bans code. It was using that method.
Trie for finding the steam id, and array contained the rest of the necessary data.
connoisseur is offline