Skip to content

Instantly share code, notes, and snippets.

@barosl
Created January 7, 2015 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barosl/1d3a9f2b6959d32ea2ca to your computer and use it in GitHub Desktop.
Save barosl/1d3a9f2b6959d32ea2ca to your computer and use it in GitHub Desktop.
Unscientific benchmarks of programming languages
Unscientific benchmarks using https://github.com/barosl/kong
C (optimized): 1.1s
Rust (optimized): 1.2s
C: 1.6s
Java: 3.7s
Haskell (optimized): 5.5s
Rust: 6.6s
JavaScript (with Node.JS): 9.3s
PyPy: 9.9s
JavaScript (with Chrome): 10.6s
JavaScript (with Firefox): 12.9s
Python: 69.8s
PHP: 107.2s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment