Jeff Marrison, the author of the free (GPLv3) library implemented in x86_64 assembly language, , which offers implementations of TLS 1.2 and SSH2 protocols, in a video titled "Why Write in Assembly?" The video presents testing results using the perf and strace utilities for the simplest application (output 'hello') written in 13 programming languages.
In fact, it compares the costs of loading the executable image and initializing runtime environments for languages such as Assembler, C, C++, Go, Rust, Python, Perl, TCL, Java, PHP, NodeJS, Ruby, and Bash. The examples used in the video are available for .
Source: opennet.ru
