Basically I have about 1,000,000 strings, for each request I have to check if a String belongs to the list or not.
I\'m worried about the performance, so what\'s the
If you are having such a large amount of strings, the best opportunity for you is to use a database. Look for MySQL.