From 3f0ec8be0e6084e8b865ac99cd077e0a7479b72b Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 30 May 2023 18:44:29 -0400 Subject: [PATCH] tweak: add to-dos in C. --- C-optimized/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/C-optimized/README.md b/C-optimized/README.md index 9e58f7a4..86263875 100644 --- a/C-optimized/README.md +++ b/C-optimized/README.md @@ -22,3 +22,10 @@ Also, the time data has been collected by executing the interior of the main() f Take into account that the multi-threading introduces a bit of dispersion in the execution time due to the creation and destruction of threads. In Nuño's machine, multithreading actually introduces a noticeable slowdown factor. + +## To do + +- [ ] Update above with correct timing +- [ ] Add Windows/Powershell time-measuring commands +- [ ] Add CUDA? +- [ ] See if program can be reworded so as to use multithreading effectively, e.g., so that you see speed gains proportional to the number of threads used