time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

commit d2bca155b864d5be12a3a16995406646f7f9e0c2
parent 3378d1b9e7237f3d26dfc180273e7a7a409dd4d0
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Fri,  2 Jun 2023 16:25:03 -0600

mark to-do as done.

Diffstat:
MC/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/C/README.md b/C/README.md @@ -8,8 +8,8 @@ This repository contains a few implementations of a simple botec (back-of-the-en ## To do -- [ ] Update repository with correct timing - [ ] Add Windows/Powershell time-measuring commands - [ ] Add CUDA? +- [x] Update repository with correct timing - [x] Use better profiling approach to capture timing with 1M samples. - [x] 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