Skip Navigation

This benchmark seems irrelevant

devclass.com /2024/01/04/how-fast-is-your-programming-language-new-contest-and-benchmarks-spark-debate/

The benchmark with 1B rows in this blogpost seems irrelevant for comparing performance of different programming languages.

It seems like the execution time of a program would be dominated by loading data from the file. And a lot of people posted solution with specs of cpu but not specs of disk (hdd, ssd, raid) although that seems more relevant.

Why would they compare languages and solutions in this way?

6

You're viewing a single thread.

6 comments
  • I would assume they want to factor in startup time as well as IO handling overhead - raw disk IO should be the same given programs are run in the same environment.

You've viewed 6 comments.