|
I guess the question I have is in what ways would this be superior to a switch statement? Is it for organization purposes or is it for performance?
I'm saying this because there has been a common belief amongst emulator coders that function tables are faster than switches, when in reality the opposite should be true.
|