Built using CMake. Developed in Ubuntu WSL2. Uses C++ 17 standard.
The executables are built in the build folder. Run the executables within the build folder.
To generate the rows, use the command below.
./create_measurements 1000000000 Run the baseline algorithm using the command below.
time ./calculate_average_baselineRun the fastest algorithm using the command below.
time ./calculate_averageFeel free to post your questions and suggestions in the Issues page.