If your computer can handle it try loading all text files into memory (using the technique shown here and then evaluate the text in memory.
If you cant handle all of the files at one time, then do this for smallest files. File I/O is going to be your greatest expense here, so you want to minimize that as much as possible.