in reply to Re^2: File search using Grep
in thread File search using Grep

There is no data structure that can beat a hash for look-up's. The Perl hash algorithm isn't theoretically perfect, but it is damn fast. End of story.