Measure the startup overhead of different programming languages
0

Configure Feed

Select the types of activity you want to include in your feed.

Python 48.9%
C 44.7%
Assembly 1.5%
Makefile 0.8%
Zig 0.8%
Rust 0.6%
Hare 0.6%
Go 0.5%
Haskell 0.5%
Pony 0.5%
Lean 0.3%
D 0.3%
10 1 0

Clone this repository

https://git.vm.fail/1a-insec.net/startup-overhead https://git.vm.fail/did:plc:nru7z5xzobo5f4ghmyhmcmnr
ssh://git@knot1.tangled.sh:2222/1a-insec.net/startup-overhead ssh://git@knot1.tangled.sh:2222/did:plc:nru7z5xzobo5f4ghmyhmcmnr

For self-hosted knots, clone URLs may differ based on your setup.


readme.md

How much pain will the programmer take to make the program run fast?

See timings.

Findings#

Rust depends on libc.

Everything that depends on libc is slower than C.