Python vs C++ | Speed Test

preview_player
Показать описание
C++ and Python. Which do you think is faster? In this video we will do a speed test.

Рекомендации по теме
Комментарии
Автор

Nice comparison, but for completeness it is useful to do more tests than just assigning a value to a variable.
There are many operations you could do. Perhaps try something more interesting like finding prime numbers or building a simple game. That should give us a more accurate comparison.

Mark
Автор

The example is not proper. The n variable in C++ was not used and probably, the compiler optimizer deleted the whole cycle!

aaabbb-gupz