From e1478285a7417560a56d2e574ab7fa03f520ba17 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Sun, 6 Jun 2021 21:28:14 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 114eee3..c1c47ad 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,7 @@ Different languages benchmarked in different benchmarks. For more details view the benchmarks in the directories. -And no matter what happens, remember one thing: *js fast* \ No newline at end of file +Feel free to add more languages and benchmarks. +But always use the same algorithms in all languages, so for example don't just use a better prime finding algorithm in one language since the comparison wouldn't make sense then. You can of course restructure the code and use shortcuts the languages has if it makes it faster, but the general idea of the algorithm used has to be the same. + +And no matter what happens, remember one thing: *js fast*