Re: [Python-Dev] FAT Python (lack of) performance

2016年1月26日 05:41:04 -0800

On 1/26/2016 12:02 AM, INADA Naoki wrote:
People use same algorithm on every language when compares base language
performance [1].
The python code is NOT using the same algorithm. The proof is that the Python function will return the correct value for, say fib(50) while most if not all the other versions will not. The domain of an algorithm is part of what characterizes an algorithm.
--
Terry Jan Reedy
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to