R
Roedy Green
has anyone benchmarked or decompiled to see how the new case string
labels are compiled. Are they faster than setting up a HashMap to
classify the strings? In theory they could be since the literal
values are known at compile time, where HashMap does not have that
advantage.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
..
labels are compiled. Are they faster than setting up a HashMap to
classify the strings? In theory they could be since the literal
values are known at compile time, where HashMap does not have that
advantage.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
..