From 52260630dee6a1a5de5eb24d038e5c21c4d5d827 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Fri, 2 Jun 2023 16:55:20 -0600 Subject: [PATCH] add reference to nim multithread --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 920f540b..62ee1736 100644 --- 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: