Update README.md

This commit is contained in:
nora 2021-06-06 21:28:14 +02:00 committed by GitHub
parent 4fa5556d84
commit e1478285a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*
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*