aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-12-18 11:11:12 -0600
committerMatt Strapp <matt@mattstrapp.net>2024-12-18 11:11:12 -0600
commitb31086d4a977438c7bce7d423199ea04dd6ea9ac (patch)
tree62e434c1942ab71b8e5e9eea31cc762d0161cf47
parentRemove println (diff)
downloadwwb-b31086d4a977438c7bce7d423199ea04dd6ea9ac.tar
wwb-b31086d4a977438c7bce7d423199ea04dd6ea9ac.tar.gz
wwb-b31086d4a977438c7bce7d423199ea04dd6ea9ac.tar.bz2
wwb-b31086d4a977438c7bce7d423199ea04dd6ea9ac.tar.lz
wwb-b31086d4a977438c7bce7d423199ea04dd6ea9ac.tar.xz
wwb-b31086d4a977438c7bce7d423199ea04dd6ea9ac.tar.zst
wwb-b31086d4a977438c7bce7d423199ea04dd6ea9ac.zip
elaborate more on readme
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c72920..bd8fceb 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,9 @@ A simulation of WWB has never been done either, the longest known one crashed at
### My current record
-Using this program, a computer managed to go at least 15 trillion turns overnight with a high score of 17. The game runs about 150-200 million turns a second on my AMD Ryzen 9 5900X running Arch Linux on WSL. Running it on Windows on the same machine was about the same.
+Using this program, a computer managed to go at least 15 trillion turns overnight with a high score of 17. The game runs about 150-200 million turns a second* on my AMD Ryzen 9 5900X running Arch Linux on WSL. Running it on Windows on the same machine was about the same.
+
+\* *This program relies very heavily on single-threaded CPU performance, and performance will depend on your CPU. A 2011 Mac Mini only runs about 25 million turns a second, for example; a Raspberry Pi 4 runs about 19 million turns a second.*
This program is single-threaded as the collision detection mechanic requires the two threads to essentially take turns as well as the fact that the game state is shared between the two threads. Performance gains are likely minimal and might even be negative, though I have not tested this.