Comment by danellis
4 years ago
> almost no branches
I wonder whether the author is suggesting that (potentially) nine branches is a small number, or they overlooked ternary expressions and function calls and are just counting the if statement.
4 years ago
> almost no branches
I wonder whether the author is suggesting that (potentially) nine branches is a small number, or they overlooked ternary expressions and function calls and are just counting the if statement.
There are tons of branches in those log and pow calls. Programmers are lost in branch free religion.