(no title)
jungler | 7 years ago
If the goal were to write one algorithm to be the fastest implementation, performance would usually equate to having low level control.
If the goal were to do automatic optimization of a wide variety of similar algorithms, then we're in the "actually writing a compiler" territory and then there is little to be gained from defaulting to low-level control.
No comments yet.