Displaying 1 result from an estimated 1 matches for "a4e9d40c".
2016 Feb 10
2
StringSwitch class
Sorry for belaboring on a possibly minor point here, but is my
understanding correct that even assuming that the case function is always
inlined so we don't have extra function call overhead, we have the
redundant if (!Result) checks when we use StringSwitch as opposed to a
bunch of if- elses.
Thanks.
On Mon, Feb 8, 2016 at 12:00 PM, Anupama Chandrasekhar <
anupama.lists at gmail.com>