|
|
|
|
|
by carlsonmark
3322 days ago
|
|
While I do enjoy this sort of analysis, I feel the decision to choose one method over another should be based on benchmarks (preferably with more than one size of string.) After benchmarking, then do an analysis of the assembly code. Guessing about pipelining, memory access times, and the effect of generated code size is much less valuable than real measurements. |
|