time-to-botec/C/alt/05-refactor-split-array
NunoSempere 3d3a3f0045 tweak: try simplest version, but notice it doesn't work
$ make time-linux
Requires /bin/time, found on GNU/Linux systems

Running 100x and taking avg time: OMP_NUM_THREADS=1 out/samples
Time using 1 thread: 34.50ms

Running 100x and taking avg time: OMP_NUM_THREADS=2 out/samples
Time using 2 threads: 34.60ms

Running 100x and taking avg time: OMP_NUM_THREADS=4 out/samples
Time for 4 threads: 32.00ms

Running 100x and taking avg time: OMP_NUM_THREADS=8 out/samples
Time using 8 threads: 30.40ms

Running 100x and taking avg time: OMP_NUM_THREADS=16 out/samples
Time using 16 threads: 30.80ms
2023-11-18 22:50:03 +00:00
..
out tweak: try simplest version, but notice it doesn't work 2023-11-18 22:50:03 +00:00
desiderata.md add desiderata split_array_refactor 2023-11-18 20:10:29 +00:00
makefile add desiderata split_array_refactor 2023-11-18 20:10:29 +00:00
samples.c tweak: try simplest version, but notice it doesn't work 2023-11-18 22:50:03 +00:00