Python VS C# Speed Comparison. Programming Language Speed Comparison

preview_player
Показать описание
Which programming language is faster? Let's do programming language speed comparison and benchmarks test for Python and C# speed comparison with processing of large and complex operations.

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

Video title is incorrect. U do comparsion of .NET runtime and CPython. PL as a concept have no performance or "Speed".

For example: I can write my own runtime for CLR (Thing that C# usually compiles into) in Python, then compare my own runtime with CPython. CPython will be faster.

Do correct things. Compare runtimes, compilers, not programming languages.

Also, for python there are IronPython - .NET runtime of Python, Jython - JVM runtime, Cython - compiler(?) with C-features, PyPy - JIT runtime written in Python, nuitka - Python compiler, RustPython - runtime written in Rust.

For C# there are .NET Framework - old CLR windows-only runtime, .NET - new CLR crossplatform runtime (that u used), mono - crossplatform version of .NET Framework (also used in webassembly)

stasuchuvadov
Автор

which color theme are you using for vs code? it looks really nice

gokulrj
visit shbcf.ru