From fc715c359a52b37fabfa5903b19c4a379107a844 Mon Sep 17 00:00:00 2001 From: Ivan Zahariev Date: Wed, 12 Oct 2016 20:42:59 +0300 Subject: [PATCH] Add link to the "Benchmarks game" @ alioth.debian.org --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 295c81b..1427160 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ Blog articles: The benchmarks here do not try to be complete, as they are showing the performance of the languages in one aspect, and mainly: loops, dynamic arrays with numbers, basic math operations. The times include the interpretation/parsing phase for each language, but it’s so small that its significance is negligible. The programs run for 90 wall-clock seconds and there are 6 identical runs, in order to have more reliable results. All scripts are using the very same algorithm to calculate the prime numbers in a given range. The correctness of the implementation is not so important, as we just want to check how fast the languages perform. The original Python algorithm was taken from http://www.daniweb.com/code/snippet216871.html. + +Another similar project: https://benchmarksgame.alioth.debian.org/