Thanks! I tried this, and it appears to speed execution by 5-7% with the current environment.
Basically, this application accepts a list of department code prefixes and searches through a list of employees to extract those that match. I'm actually split()ing each line of the file and matching only one field, using the other fields in business logic if any of the department code prefixes match.