Flutterby™! : Benchmarks

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

Benchmarks

2022-10-26 20:43:31.25555+02 by Dan Lyke 0 comments

This is fascinating: Python 3.11 vs 3.8, with an excursion into JavaScript and C++. An n-body simulation runs in 31.98 seconds vs Python 3.8's 96.79 seconds...

But JavaScript runs in 0.768 seconds, and C++ compiles in 0.183 seconds and runs in 0.423 seconds, with the observation that theoretically JIT languages can beat compiled languages.

[ related topics: Theater & Plays Monty Python Python ]

comments in ascending chronological order (reverse):