well, it would certainly be faster to match :352: vs all the ifs simple because it only triggers on the one thing instead of going thru all the ifs. Think of it like this, SPEED wise it's faster to do a single comparison (each raw as their own event) than a brazillion amount of comparison checks. Ultimately, BOTH methods work, but one mthod would work better for one instance and the other method for others.


Those who fail history are doomed to repeat it