Language benchmarks

Programming, for all ages and all languages.
Post Reply
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Language benchmarks

Post by AndrewAPrice »

Does anybody know of a set of benchmarks with little to no dependencies that can easily be ported to a new language to test algorithmic speed?
My OS is Perception.
embryo

Re: Language benchmarks

Post by embryo »

MessiahAndrw wrote:Does anybody know of a set of benchmarks with little to no dependencies that can easily be ported to a new language to test algorithmic speed?
Here is the list of common benchmarks.

But your question is not clear. What do you mean using word "easily"? And how do you think it should be taken into account that every language has different compiler? And execution environment - Java has JVM+compiler vs C has compiler only. Do you speak about language or algorithm or compiler or environment? Languages should be compared in one way, algorithms - in second way, compilers - third way and so on.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Language benchmarks

Post by Combuster »

There existed an older experiment that did that, but this one is probably as good as any approach to demonstrate the total performance of the entire chain of implementation.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply