in reply to Re^2: Multiple Conditional Statements
in thread Multiple Conditional Statements
That only matters if you are working with literally millions of items, and the alternative is far worse. Constructing a hash is more efficient than, say, sorting a large list of items.