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*