How to make Python run as fast (or faster) than Julia

Ned Batchelder ned at nedbatchelder.com
Fri Feb 23 15:40:06 EST 2018


On 2/23/18 3:02 PM, bartc wrote:
> On 23/02/2018 19:47, Chris Angelico wrote:
>> On Sat, Feb 24, 2018 at 6:25 AM, bartc <bc at freeuk.com> wrote:
>
>>> The difference between Python and another dynamic language might be a
>>> magnitude, yet you say it doesn't matter.
>>>
>>> Thanks, that makes me feel much better about my own work! If a 
>>> magnitude
>>> difference in performance can be so casually dismissed.
>>
>> Yep! Your work is awesome, because your code is only a little bit
>> slower than the same algorithm with the same bugs in a better-known
>> language that's supported on more platforms and has a large team of
>> people supporting it.
>>
>> Remind me what's actually advantageous about your language?
>
> I don't know what point you're making here. Unless it's that no 
> software is worth writing unless it's done on a big scale with a huge 
> team of people, and is very well known.
>
> My own point should be clear:
>
>  Python is 10 times slower than a competitor = doesn't matter
>  My language is 1.5 times slower than the big boys' = matters a great 
> deal
>
>

I've lost track of the points anyone here is making.  Can we PLEASE 
avoid getting into this tarpit of comparing Bart's language to Python 
yet again?

--Ned.



More information about the Python-list mailing list