add reference to nim multithread

This commit is contained in:
NunoSempere 2023-06-02 16:55:20 -06:00
parent 5c59c6b1e2
commit 52260630de

View File

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