WurstScript
WurstScript copied to clipboard
Optimization: Use binary search ifs in switch statement
Just like in dispatch, switch statements can benefit from the same optimization. At least in some cases ...