commit 52260630dee6a1a5de5eb24d038e5c21c4d5d827
parent 5c59c6b1e24470834dca66fea7578c4ace7dfb83
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Fri, 2 Jun 2023 16:55:20 -0600
add reference to nim multithread
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -58,6 +58,8 @@ Without 1. and 2., the nim code takes 0m0.183s instead. But I don't think that t
Ultimately, these optimizations were also incorporated into the C code as well.
+Nim also has multithreading support, but I haven't bothered loooking into it yet.
+
### C
The optimizations which make the final C code significantly faster than the naïve implementation are: