I am writing a very performance critical part of the code and I had this crazy idea about substituting case statements (or if statements) with array of function pointers.I am writing a very performance critical part o
I am writing a very performance critical part of the code and I had this crazy idea about substituting case statements (or if statements) with array of function pointers.I am writing a very performance critical part o