Why C++ is faster than Python
https://www.freecodecamp.org/news/python-vs-c-plus-plus-time-complexity-analysis/
Summary Table
编程语言 | strongly typed ? | 跨平台 | 语言类型 |
---|---|---|---|
C++ | Yes | Yes | 编译型 |
Python | No | Yes | 解释型 |
参考资料
-
strongly typed programming language
https://www.techtarget.com/whatis/definition/strongly-typed -
Are C++ applications cross-platform?
https://stackoverflow.com/questions/33238345/are-c-applications-cross-platform