DEV Community

Discussion on: Which Programming language is faster at reading?

Collapse
 
armousness profile image
Sean Williams

You can find more extensive language benchmarking around the internet, for example,

benchmarksgame-team.pages.debian.n...

programming-language-benchmarks.ve...

The second site provides summary plots, which ranks some languages running the GZip algorithm: C, Chapel, Julia, Rust, C++, C#, FORTRAN, Pascal, F#, Go, Java, OCaml, Haskell, Swift, JavaScript.

Collapse
 
fredysandoval profile image
Fredy Sandoval

I will definitely take a look on those sites, thanks.