Performance differences between Python and C

后端 未结 14 1302
闹比i
闹比i 2020-12-31 08:02

Working on different projects I have the choice of selecting different programming languages, as long as the task is done.

I was wondering what the real difference is

14条回答
  •  灰色年华
    2020-12-31 08:37

    The excess time to write the code in C compared to Python will be exponentially greater than the difference between C and Python execution speed.

提交回复
热议问题