binary_size
binary_size copied to clipboard
--> vlang.io [(V on GitHub)](https://github.com/vlang/V/) cat print('Hello World!') >> hello.v v --prod hello.v mv a.out hello_v
This benchmark should be run again with latest compiler versions. This is especially important for [Rust which no longer bundles jemalloc starting from 1.32.0](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#jemalloc-is-removed-by-default), making its binaries smaller. It would...
Why ldc?
I was glancing at compile.sh and I noticed that the dlang example is compiled with ldc. I find this odd considering that, eg, C is compiled with gcc, and dlang...