Which programming language or compiler is faster
programming-language-benchmarks.vercel.app
Which programming language or compiler is faster
1–10 of 90 posts
Re: Which programming language or compiler is faster
#2I don't use Unison but I would love to for this reason.
Re: Which programming language or compiler is faster
#3What matters to me is incremental build time. Rarely do I compule a big program in its entirety from scratch. I don't use Unison but I would love to for this reason.
Re: Which programming language or compiler is faster
#4What matters to me is incremental build time. Rarely do I compule a big program in its entirety from scratch. I don't use Unison but I would love to for this reason.
Incremental: 700ms
Esbuild clean: 100ms
Re: Which programming language or compiler is faster
#5It's about time someone did. Thank you and nice work!
Re: Which programming language or compiler is faster
#6What matters to me is incremental build time. Rarely do I compule a big program in its entirety from scratch. I don't use Unison but I would love to for this reason.
The benchmarks are mixed with some having simd and some using threads. It'd be helpful to be able to sort submissions by threaded/unthreaded as well.
Still kinda fun to read the different languages. I found Zig was very chatty and annoying to read even compared to the C versions. The common lisp was foreign. The Fortran 90 with openmp and Julia versions were pleasant to read. The Nim version was easy to read but lacks threading or simd.
Re: Which programming language or compiler is faster
#7Re: Which programming language or compiler is faster
#8Re: Which programming language or compiler is faster
#9What matters to me is incremental build time. Rarely do I compule a big program in its entirety from scratch. I don't use Unison but I would love to for this reason.
The title is a bit misleading. Its not clear if the compiler times are included, but the numbers do include the benchmark. Thats why the exact same sbcl compiler has different times. The benchmarks are mixed with some having simd and some using threads. It'd be helpful to be able to sort submissions by threaded/unthreaded as well. Still kinda fun to read the different languages. I found Zig was very chatty and annoyi…
Re: Which programming language or compiler is faster
#10What matters to me is incremental build time. Rarely do I compule a big program in its entirety from scratch. I don't use Unison but I would love to for this reason.
Sbcl compiles itself in just a couple of minutes.