commit 3f0ec8be0e6084e8b865ac99cd077e0a7479b72b parent e2558b05ba7de293a10d035fecb7b80cc3b601b6 Author: NunoSempere <nuno.sempere@protonmail.com> Date: Tue, 30 May 2023 18:44:29 -0400 tweak: add to-dos in C. Diffstat:
| M | C-optimized/README.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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