-
@mcclure111 it depends on how tightly packed the labels are, not sure at what point total number becomes an issue
-
@mcclure111 compilers will emit a jump table if possible which should be constant time, but i've seen the C# compiler emit if/else for sparse labels