bm
bm copied to clipboard
Simple compiler ecosystem
Results
87
bm issues
Sort by
recently updated
recently updated
newest added
Currently, mapping instructions to handlers is done using a switch statement. To my knowledge, because it's basically nested if statements, this will produce an O(log n) complexity mapping at best....
low
introduced in #18