Language benchmarks
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Language benchmarks
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.
Re: Language benchmarks
Here is the list of common benchmarks.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?
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.
- Combuster
- 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
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.