Talk:Last letter-first letter: Difference between revisions

Content added Content deleted
Line 83: Line 83:
: Those timings don't even list the CPU used on purpose, because they are meant to give just a general insight about the efficiency of the implementation. It's not so important to know that a better CPU runs the code a bit faster, but for the reader it's useful to know when a Python version takes about one minute to run, while the C code takes half a second. This site isn't a benchmark Shootout, but some information about the runtime efficiency of the code shown is interesting information for the readers. Languages and their implementations differ by syntax, semantics, efficiency, etc.
: Those timings don't even list the CPU used on purpose, because they are meant to give just a general insight about the efficiency of the implementation. It's not so important to know that a better CPU runs the code a bit faster, but for the reader it's useful to know when a Python version takes about one minute to run, while the C code takes half a second. This site isn't a benchmark Shootout, but some information about the runtime efficiency of the code shown is interesting information for the readers. Languages and their implementations differ by syntax, semantics, efficiency, etc.
:: I am afraid I am going to have to disagree with you (whoever you are). You can easily get order-of-magnitude differences from cpu speeds alone (for example, if you compared an older mini-itx system with a high-end modern system), and other issues (like system load or memory architecture) can also be significant. (Not that imaginary timings were a particularly persuasive argument in the first place..) --[[User:Rdm|Rdm]] 00:58, 29 June 2011 (UTC)
:: I am afraid I am going to have to disagree with you (whoever you are). You can easily get order-of-magnitude differences from cpu speeds alone (for example, if you compared an older mini-itx system with a high-end modern system), and other issues (like system load or memory architecture) can also be significant. (Not that imaginary timings were a particularly persuasive argument in the first place..) --[[User:Rdm|Rdm]] 00:58, 29 June 2011 (UTC)
::: Do you want the removal of all timings then?